Documentation and started tests for auth package.

This commit is contained in:
mikestefanello 2021-12-17 19:58:44 -05:00
parent ed9413ee17
commit 774f0b0858
5 changed files with 175 additions and 25 deletions

View file

@ -26,4 +26,8 @@ up:
.PHONY: run
run:
clear
go run main.go
go run main.go
.PHONY: test
run:
go test ./...