Popularity
2.8
Stable
Activity
0.0
Stable
43
2
8

Programming language: C++
License: MIT License
Tags: Go Tools    

go-pkg-complete alternatives and similar packages

Based on the "Go Tools" category.
Alternatively, view go-pkg-complete alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of go-pkg-complete or a related project?

Add another 'Go Tools' Package

README

Source go-pkg-complete.bash.inc to get tab completion for the go tool.

Hitting tab after {go,wgo} will complete to any of the standard go subcommands.

Hitting tab after {go,wgo} {install,build,list,get,test,generate,vet,save,vendor} will complete a go package found in $GOPATH. Or, in the case of wgo, found in the workspace.

Hitting tab after {go,wgo} tool will complete a go tool name.

License MIT.


*Note that all licence references and agreements mentioned in the go-pkg-complete README section above are relevant to that project's source code only.