added totp support
This commit is contained in:
parent
1681a2b4a0
commit
bac08dc7cf
16 changed files with 448 additions and 32 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,7 @@ generate:
|
|||
$(CC) generate
|
||||
|
||||
gofmt:
|
||||
gofmt -w .
|
||||
gofmt -w pkg/ main.go
|
||||
|
||||
golint:
|
||||
$(GOPATH)/bin/golint .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue