Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Just a simple Go example app to play around with. Runs in an Alpine OS powered Docker Container, configured via Docker-Compose.

Notifications You must be signed in to change notification settings

franz-josef-kaiser/GoDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Go & Docker dev stack

Basic intro to Go with examples.

Run the stack

docker-compose run --rm app

Run tests

docker-compose run --rm app go test

Run tests with benchmarks

docker-compose run --rm app go test -bench .

About

Just a simple Go example app to play around with. Runs in an Alpine OS powered Docker Container, configured via Docker-Compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages