var os.Args
15 uses
os (current package)
proc.go#L16: var Args []string
proc.go#L23: Args = runtime_args()
contrib.go.opencensus.io/exporter/stackdriver
stackdriver.go#L362: res.Labels[stackdriverGenericTaskJob] = path.Base(os.Args[0])
expvar
expvar.go#L354: return os.Args
flag
flag.go#L588: fmt.Fprintf(CommandLine.Output(), "Usage of %s:\n", os.Args[0])
flag.go#L1022: CommandLine.Parse(os.Args[1:])
flag.go#L1033: var CommandLine = NewFlagSet(os.Args[0], ExitOnError)
golang.org/x/mod/internal/lazyregexp
lazyre.go#L66: var inTest = len(os.Args) > 0 && strings.HasSuffix(strings.TrimSuffix(os.Args[0], ".exe"), ".test")
golang.org/x/pkgsite/cmd/prober
main.go#L198: fmt.Fprintf(flag.CommandLine.Output(), "usage: %s [flags]\n", os.Args[0])
golang.org/x/pkgsite/devtools/cmd/csphash
main.go#L26: fmt.Fprintf(flag.CommandLine.Output(), "usage: %s [flags] FILES\n", os.Args[0])
internal/lazyregexp
lazyre.go#L66: var inTest = len(os.Args) > 0 && strings.HasSuffix(strings.TrimSuffix(os.Args[0], ".exe"), ".test")
net/http/httptest
server.go#L87: if strSliceContainsPrefix(os.Args, "-httptest.serve=") || strSliceContainsPrefix(os.Args, "--httptest.serve=") {
 |
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. |