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.
-
The Go Play Space
Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more -
golang-tutorials
A set of example Go code with tutorials to start learning Go from scratch -
typex
Examine Go types and their transitive dependencies, alternatively export results as TypeScript value objects (or types) declaration. -
gothanks
GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers. -
An exit strategy for go routines.
An exit strategy for go routines -
generator-go-lang
A Yeoman generator to get new Go projects started. -
go-lock
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation -
MessageBus implementation for CQRS projects
CQRS Implementation for Golang language -
go-whatsonchain
Unofficial golang implementation for the WhatsOnChain API -
go-mattercloud
Unofficial golang implementation for the MatterCloud API -
MrZ's go-cache
Cache dependency management on-top of the famous redigo package -
go-api-router
A lightweight API middleware for Julien Schmidt's router: cors, logging, and standardized error handling
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of go-pkg-complete or a related project?
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.