Golang Dev Env Dockerfile
Clone the repo you want to work on and then:
$ git clone https://github.com/maliceio/engine.git
$ cd engine
$ docker run --init -it --rm -v `pwd`:/go/src/github.com/maliceio/engine blacktop/go-dev
Or map your $GOPATH
inside the container:
$ alias gvim="docker run --init -it --rm -v $GOPATH:/go -v /etc/localtime:/etc/localtime:ro blacktop/go-dev"
Solarized Dark (default): ,bz
NOTE: I am using the solarized iterm2 theme, if you aren't using it you might see weird results for the default theme. See Issue #1
PaperColor: ,bp
Want that beautiful menlo (default on macOS) font?
Check out the NOTES.md
MIT Copyright (c) 2017-2019 blacktop