1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00
oauth2-proxy/tools/tools.go

8 lines
110 B
Go
Raw Normal View History

// +build tools
package tools
import (
_ "github.com/oauth2-proxy/tools/reference-gen/cmd/reference-gen"
)