Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

blacktop/go-dev

Repository files navigation

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

  • language: golang - 1.12.1
  • editor: neovim - 0.3.1
  • shell: zsh (should I switch to fish?)

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