Skip to content

Add any social media accounts to your PAL account so that other can find you online

License

Notifications You must be signed in to change notification settings

johnandersen777/numapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

448cdfe · Oct 6, 2016

History

68 Commits
Oct 6, 2016
Oct 6, 2016
Nov 15, 2015
Nov 15, 2015
Sep 4, 2015
Nov 7, 2015
Dec 20, 2015
Nov 7, 2015
Oct 6, 2016
Oct 6, 2016
Oct 19, 2015
Oct 6, 2016
Oct 16, 2015
Oct 19, 2015
Oct 16, 2015
Dec 20, 2015
Oct 6, 2016
Oct 16, 2015

Repository files navigation

Docker Go Base

This repo is meant to be used as a starting point for go projects

It uses docker to compile the binaries and the main Dockerfile adds the linux binary to the busybox image to create an extremely small final image

Building

go build -o numapp_linux-amd64 -tags netgo *.go
# Or
./script/build

-tags netgo will help you achieve static binaries :)

Running

./numapp_linux-amd64
docker run --rm -ti pdxjohnny/numapp

Changing The Name

./script/change-name $GITHUB_USERNAME $PROJECT_NAME
  • John Andersen

About

Add any social media accounts to your PAL account so that other can find you online

Resources

License

Stars

Watchers

Forks

Packages

No packages published