get-started-with-go

module
v0.0.0-...-4468934 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2020 License: MIT

README

get-started-with-go

tools and lint
mkdir -p $GOPATH/src/golang.org/x
cd $GOPATH/src/golang.org/x
git clone https://github.com/golang/tools.git
git clone https://github.com/golang/lint.git
go get golang.org/x/lint/golint
vs code workspace
{
	"folders": [
		{
			"path": "/Users/username/folder"
		}
	],
	"settings": {
		"go.inferGopath": true,
		"go.toolsGopath": "/Users/username/folder"
	}
}

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL