-
- Downloads
all: move //go: function directives directly above functions
These directives affect the next declaration, so the existing form is valid, but can be confusing because it is easy to miss. Move then directly above the declaration for improved readability. CL 69120 previously moved the Gosched nosplit away to hide it from documentation. Since CL 224737, directives are automatically excluded from documentation. Change-Id: I8ebf2d47fbb5e77c6f40ed8afdf79eaa4f4e335e Reviewed-on: https://go-review.googlesource.com/c/go/+/472957 Run-TryBot: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by:Austin Clements <austin@google.com>
Showing
- src/cmd/internal/notsha256/sha256block_decl.go 0 additions, 1 deletionsrc/cmd/internal/notsha256/sha256block_decl.go
- src/crypto/md5/md5block_decl.go 0 additions, 1 deletionsrc/crypto/md5/md5block_decl.go
- src/crypto/sha1/sha1block_decl.go 0 additions, 1 deletionsrc/crypto/sha1/sha1block_decl.go
- src/crypto/sha256/sha256block_decl.go 0 additions, 1 deletionsrc/crypto/sha256/sha256block_decl.go
- src/crypto/sha512/sha512block_decl.go 0 additions, 1 deletionsrc/crypto/sha512/sha512block_decl.go
- src/internal/bytealg/index_native.go 4 additions, 4 deletionssrc/internal/bytealg/index_native.go
- src/runtime/os_solaris.go 2 additions, 2 deletionssrc/runtime/os_solaris.go
- src/runtime/proc.go 6 additions, 6 deletionssrc/runtime/proc.go
- src/runtime/race.go 10 additions, 10 deletionssrc/runtime/race.go
- src/syscall/dll_windows.go 4 additions, 4 deletionssrc/syscall/dll_windows.go
Loading
Please register or sign in to comment