Skip to content

A small development environment for me to learn Go without interfering with my system packages.

License

Notifications You must be signed in to change notification settings

samrocketman/goenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Dev Environment

A simple go development environment for my Desktop Linux machines.

WARNING: this environment gets set up with my personal dotfiles including git author settings.

Building

To build the initial docker image run the following command.

docker build -t go .

Will pull in the latest available version of Go.

Installation

Add to .bashrc file the following function.

# go environment provided by my goenv project
function goenv() {
    docker run -it --rm -v "$PWD":"$PWD" -w "$PWD" go
}

Usage

Start this from the root of a Git repository containing a Go project.

goenv

About

A small development environment for me to learn Go without interfering with my system packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published