This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/proxy/Makefile

7 lines
149 B
Makefile
Raw Normal View History

2020-09-02 22:04:12 +00:00
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 .