initial commit

This commit is contained in:
ston1th 2016-09-07 22:55:59 +02:00
commit 44d4a91bfa
3 changed files with 43 additions and 0 deletions

2
make.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
go build -ldflags="-X main.key=$(cat KEY) -s -w"