Don't need to print the objectId
This commit is contained in:
parent
4b536352de
commit
f1cfb8eea8
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ func main() {
|
||||||
|
|
||||||
for _, book := range books {
|
for _, book := range books {
|
||||||
fmt.Println(book.Title)
|
fmt.Println(book.Title)
|
||||||
fmt.Println(book.File)
|
|
||||||
e, err := OpenBook(book.File)
|
e, err := OpenBook(book.File)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("================", err)
|
fmt.Println("================", err)
|
||||||
|
|
Reference in a new issue