godev
godev copied to clipboard
Golang development tool that supports project bootstrap, live-reload (tests + application), and auto dependency retrieval based on Go Modules
Unable to install with `go get` for ` go1.13.4`. Results in following error: ``` $ go get -v -u github.com/zephinzer/godev github.com/zephinzer/godev (download) github.com/fsnotify/fsnotify (download) get "golang.org/x/sys/unix": found meta tag get.metaImport{Prefix:"golang.org/x/sys",...
I tried to follow docs, but I get an error with the .cache folder. It seems to use /.cache and not ./.cache ? ````shell ➜ server mkdir -p ./.cache/pkg; ➜...
https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code
service.exe is not being killed therefore I am getting `Only one usage of each socket address (protocol/network address/port) is normally permitted` ``` godev --ignore "docs,service.exe,service.exe~" --exec "swag init" --exec "go...
Hi, I'm trying godev for the first time. It looks like the godev process is generating an astounding load on the CPU (over 1.00). I wonder if you have an...
Use this perpetual issue for PRs related to documentation updates
Use this issue tag for all things related to: - deployments to GitHub Pages - pipeline modifications - releases modification - versioning changes
See follow up to #26 - escape sequence for colors on Linux not compatible with PowerShell