a visual golang software editor
- go 1.14
- whatever is required for Cgo
- for dev:
- go-bindata
go get -u github.com/shuLhan/go-bindata/...
- hotweb:
go install github.com/progrium/hotweb/cmd/...
- go-bindata
- for mac:
- XCode Command Line Tools
- for linux:
- gtk+3.0-dev
- webkit2gtk-dev
Moving forward going to be less dependent on Makefile for developer oriented tasks and instead using shell functions in .devrc
which you can manually source, or if you have zsh
you can install this hook in your profile to have it automatically sourced.
Not released under any license yet