func golang.org/x/pkgsite/internal/postgres.NewBypassingLicenseCheck

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		postgres.go#L35: func NewBypassingLicenseCheck(db *database.DB) *DB {

	golang.org/x/pkgsite/cmd/internal/cmdconfig
		cmdconfig.go#L126: 		return postgres.NewBypassingLicenseCheck(ddb), nil