Go install

Install packages and dependencies:


$ go install [-i] [build flags] [packages]
                        

Install compiles and installs the packages named by the import paths. The -i flag also installs named package dependencies.

For more information on build flags, see 'go help build'.

For more information on specifying packages, see 'go help packages'.

go_install.go

Under development...