func flag.Lookup

4 uses

	flag (current package)
		flag.go#L425: func Lookup(name string) *Flag {

	golang.org/x/pkgsite/cmd/frontend
		main.go#L120: 		StaticPath:           template.TrustedSourceFromFlag(flag.Lookup("static").Value),

	golang.org/x/pkgsite/cmd/pkgsite
		main.go#L60: 		StaticPath:       template.TrustedSourceFromFlag(flag.Lookup("static").Value),

	golang.org/x/pkgsite/cmd/worker
		main.go#L111: 		StaticPath:       template.TrustedSourceFromFlag(flag.Lookup("static").Value),