added totp support

This commit is contained in:
ston1th 2018-10-27 16:05:17 +02:00
commit bac08dc7cf
16 changed files with 448 additions and 32 deletions

View file

@ -26,7 +26,7 @@ generate:
$(CC) generate
gofmt:
gofmt -w .
gofmt -w pkg/ main.go
golint:
$(GOPATH)/bin/golint .