mirror of
https://github.com/golang/go
synced 2024-11-20 01:14:40 -07:00
os: fix comment per CL 5370091
Made the edit in the wrong client before submitting. TBR=r CC=golang-dev https://golang.org/cl/5374091
This commit is contained in:
parent
86a6995a7e
commit
3a6744d890
@ -8,7 +8,7 @@ package os
|
||||
|
||||
import "syscall"
|
||||
|
||||
// Args is the command-line arguments, starting with the program name.
|
||||
// Args hold the command-line arguments, starting with the program name.
|
||||
var Args []string
|
||||
|
||||
// Getuid returns the numeric user id of the caller.
|
||||
|
Loading…
Reference in New Issue
Block a user