GoCourse
GoCourse copied to clipboard
Go language course
Hi, it seems that there are multiple references to pictures in "image" directory, but there is no such thing anywhere to be found. Could you please check it? ``` $...
Red hat project on go language
``` amsmac011:GoCourse lsanmartin$ ./present_and_share.sh cannot find module providing package golang.org/x/tools/cmd/present: working directory is not part of a module amsmac011:GoCourse lsanmartin$ cat present_and_share.sh go run golang.org/x/tools/cmd/present -http=:3999 -play=false amsmac011:GoCourse lsanmartin$ present...
Looks like, the clean operation requires after running example or placing new2.go file into the .gitignore to keep git in clean state after learning.
GORM is being used in various Go projects so it would be nice to add info about this library + bunch of basic examples.
Add information about debuggers, especially about Delve project.