Example #1
0
func TestBookListAll(t *testing.T) {

	b := readhacker.Book{}

	for _, v := range b.ListAll() {
		fmt.Println(v.String())
	}
}