You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're using a variable that was not declared.
This could be a scope problem (i.e: defining a variable in one scope x and
trying to use it in another scope y)
Cheers.
Mheni
ishwar@warewolf:/crud$ go run main.go
command-line-arguments
./main.go:13:28: undefined: books
./main.go:15:33: undefined: books
./main.go:16:35: undefined: books
./main.go:17:43: undefined: books
./main.go:18:35: undefined: books
./main.go:19:43: undefined: books
./main.go:20:43: undefined: books
The text was updated successfully, but these errors were encountered: