Sign inSign up

blacktop/go-dev

By blacktop

•Updated over 7 years ago

Golang Dev Env

Image
1

3.1K

blacktop/go-dev repository overview

⁠go-dev

License Docker Stars Docker Pulls Docker Image

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

screenshot1

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

screenshot2

⁠Fonts

Want that beautiful menlo (default on macOS) font?

Check out the NOTES.md⁠

⁠License

MIT Copyright (c) 2017-2019 blacktop

Tag summary

Content type

Image

Digest

Size

594.5 MB

Last updated

over 7 years ago

docker pull blacktop/go-dev