mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
syscall: don't make //sys lines be doc comments
Cleans up godoc and makes it consistent. (some had it, some didn't) This still keeps the information there, though, for people looking at the source directly. R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/7324056
This commit is contained in:
parent
357a18a2c6
commit
248d1446b5
2 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ import (
|
|||
/*
|
||||
* Pseudo-system calls
|
||||
*/
|
||||
|
||||
// The const provides a compile-time constant so clients
|
||||
// can adjust to whether there is a working Getwd and avoid
|
||||
// even linking this function into the binary. See ../os/getwd.go.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue