go-dev
go-dev copied to clipboard
Golang Dev Env Dockerfile
go-dev
Golang Dev Env Dockerfile
Dependencies
Getting Started
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"
Features
vim
Colorschemes
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
Fonts
Want that beautiful menlo (default on macOS) font?
Check out the NOTES.md
License
MIT Copyright (c) 2017-2019 blacktop