commit | 994e0646d8f0d79fcf579357c1cf8027fe64a876 | [log] [tgz] |
---|---|---|
author | Alex Brainman <alex.brainman@gmail.com> | Tue Jan 17 16:51:54 2012 +1100 |
committer | Alex Brainman <alex.brainman@gmail.com> | Tue Jan 17 16:51:54 2012 +1100 |
tree | af5040d383f902af49df9db9a021d57578008a6f | |
parent | f320eb94f9ec057639b61bd03fc655838d85f6e3 [diff] [blame] |
pkg: add missing godoc comments to windows versions Mostly copied comments from unix files. R=rsc CC=golang-dev https://golang.org/cl/5533057
diff --git a/src/pkg/os/sys_plan9.go b/src/pkg/os/sys_plan9.go index 8ad89fb..07a7905 100644 --- a/src/pkg/os/sys_plan9.go +++ b/src/pkg/os/sys_plan9.go
@@ -6,7 +6,7 @@ package os -func Hostname() (name string, err error) { +func hostname() (name string, err error) { f, err := Open("#c/sysname") if err != nil { return "", err