oauth2-proxy/oauth2-proxy

View on GitHub
tools/tools.go

Summary

Maintainability
A
0 mins
Test Coverage
// +build tools

package tools

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