Skip to content

authit/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 crypto_linux-amd64 -tags netgo *.go
# Or
./script/build

-tags netgo will help you achieve static binaries :)

Running

./crypto_linux-amd64
docker run --rm -ti authit/crypto

Changing The Name

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

About

Golang crypto helper package for authit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published