]> Cypherpunks repositories - gostls13.git/commit
runtime: remove the 'go:nosplit' directive from documentation
authorGabriel Aszalos <gabriel.aszalos@gmail.com>
Mon, 9 Oct 2017 15:31:06 +0000 (17:31 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 9 Oct 2017 17:02:18 +0000 (17:02 +0000)
commita04adcaf35ab803f991b96ac4ae019cd55559e10
tree5aad015428e667f3c97a51041fa4b8b4325cb4ea
parent244c98fe01b2af844f6f41b7123a17b7b56f1c2a
runtime: remove the 'go:nosplit' directive from documentation

The //go:nosplit directive was visible in GoDoc because the function
that it preceeded (Gosched) is exported. This change moves the directive
above the documentation, hiding it from the output.

Change-Id: I281fd7573f11d977487809f74c9cc16b2af0dc88
Reviewed-on: https://go-review.googlesource.com/69120
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/proc.go