Skip to content

soheilhy/goget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goget.sh: a little bit more than go get

goget.sh is an all-in-one script to install a go package. Before installing your package, it first installs go and initializes the go workspace (i.e., $GOPATH) if needed. It is designed for an easier setup process; mainly for the newcomers and people who are interested in a project but not necessarily programming in go.

This is an example on how to install goimports with goget.sh:

curl -sL https://git.io/goget | bash -s -- golang.org/x/tools/cmd/goimports

goget demo

For go users, it is just like go get:

goget demo

About

goget.sh is a go get alternative with an easier setup process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages