mirror of
https://github.com/thomseddon/traefik-forward-auth.git
synced 2026-02-03 13:13:23 +00:00
- move directory structure - string based rule definition - use traefik rule parsing - drop toml config - new flag library - implement go dep
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
|
format:
|
|
gofmt -w -s internal/*.go cmd/*.go
|
|
|
|
.PHONY: format
|