Documentation and started tests for auth package.
This commit is contained in:
parent
ed9413ee17
commit
774f0b0858
5 changed files with 175 additions and 25 deletions
6
Makefile
6
Makefile
|
|
@ -26,4 +26,8 @@ up:
|
|||
.PHONY: run
|
||||
run:
|
||||
clear
|
||||
go run main.go
|
||||
go run main.go
|
||||
|
||||
.PHONY: test
|
||||
run:
|
||||
go test ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue