type flag.Value
10 uses
flag (current package)
flag.go#L134: Value
flag.go#L297: type Value interface {
flag.go#L307: Value
flag.go#L347: Value Value // value as set
flag.go#L464: return value == z.Interface().(Value).String()
flag.go#L859: func (f *FlagSet) Var(value Value, name string, usage string) {
flag.go#L885: func Var(value Value, name string, usage string) {
github.com/google/safehtml
trustedresourceurl.go#L121: func TrustedResourceURLFormatFromFlag(format flag.Value, args map[string]string) (TrustedResourceURL, error) {
trustedresourceurl.go#L163: func TrustedResourceURLFromFlag(value flag.Value) TrustedResourceURL {
github.com/google/safehtml/template
trustedsource.go#L78: func TrustedSourceFromFlag(value flag.Value) TrustedSource {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |