golang-for-python-programmers
golang-for-python-programmers copied to clipboard
work in progress
This will make the code match the description in layout.html
lighting-lightning, compiliation->compilation
Hi, https://github.com/jmcvetta/golang-for-python-programmers/blob/master/source/layout.rst says that `Functions imported from another package are always namespaced with the package name.`, but what about `import . "lib/math"` from https://golang.org/ref/spec#Import_declarations ? I'm not clear on what...
Should `go fmt` be used instead of `gofmt`? Looks like these are 2 different tools.
...and the author(s) of the plugin provide the old version bundled with the plugin at go-ide.com
The [installation instructions](https://golang-for-python-programmers.readthedocs.io/en/latest/setup.html) state: > Go will install to a directory named `go`. Change to the directory that will be its parent and make sure the `go` directory does not...