golang-for-python-programmers icon indicating copy to clipboard operation
golang-for-python-programmers copied to clipboard

work in progress

Results 9 golang-for-python-programmers issues
Sort by recently updated
recently updated
newest added

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.

question

Some simple style updates to typos.

enhancement

...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...