flag.Flag.Name (field)

5 uses

	flag (current package)
		flag.go#L409: 	Name     string // name as it appears on command line
		flag.go#L424: 		return result[i].Name < result[j].Name
		flag.go#L557: 			err = fmt.Errorf("panic calling String method on zero %v for flag %s: %v", typ, flag.Name, e)
		flag.go#L611: 		fmt.Fprintf(&b, "  -%s", flag.Name) // Two spaces before -; see next two comments.