mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-08 04:03:58 +02:00
8 lines
110 B
Go
8 lines
110 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/oauth2-proxy/tools/reference-gen/cmd/reference-gen"
|
|
)
|