var runtime.argslice
4 uses
runtime (current package)
runtime.go#L50: var argslice []string
runtime.go#L59: func os_runtime_args() []string { return append([]string{}, argslice...) }
runtime1.go#L71: argslice = make([]string, argc)
runtime1.go#L73: argslice[i] = gostringnocopy(argv_index(argv, i))
 |
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. |