Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 163 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 163 Bytes

Boilerplate code for go lang projects

go build main.go
sudo docker-compose up
sudo docker build -t go-test:0.1 .
sudo docker run -t go-test:0.1 .