mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
7 lines
149 B
Makefile
7 lines
149 B
Makefile
generate:
|
|
go get -u github.com/go-swagger/go-swagger/cmd/swagger
|
|
swagger generate client -f ../swagger.yaml -A passbook -t pkg/
|
|
|
|
run:
|
|
go run -v .
|