Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

linhe0x0/go-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-playground

Go playground based on Docker.

It provides a stand-alone go environment with dep support.

ScreenShot

Install

git clone https://github.com/sqrthree/go-playground.git

cd go-playground

docker build -t go-playground .

Usage

Into your go project directory which you will write some codes, for example, myapp, and run the following command:

docker run -it --rm -v "$PWD":/go/src/myapp -w /go/src/myapp --name go-demo go-playground

By default, you will be attached to this container. Then you can run any command with go and dep.

About

Go playground based on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published