Refine documentation and code doc

This commit is contained in:
Nick Penkov
2018-01-27 20:19:44 +01:00
parent 173d059c82
commit 6216de78e4
5 changed files with 63 additions and 2 deletions

View File

@ -3,8 +3,11 @@ VER=1.0
.PHONY: all build push
all: build docker push clean
all: init build docker push clean
init:
dep ensure
build:
GOOS=linux go build -o ldap-pass-webui main.go