What version of Go are you using (go version)?
go-git (commit a2bd5c5) and 1.7.3
Issue
I noticed the go:noinline compiler directive is not documented on the page
https://golang.org/cmd/compile/ .
Fix
A patch is attached to fix it. The wording can probably be expanded and improved though.
https://cow.codemadness.org/go/patches/0001-cmd-compile-document-go-noinline-compiler-directive.patch
Edit: attaching patches on github sucks, so I made a link to the patch.
What version of Go are you using (
go version)?go-git (commit a2bd5c5) and 1.7.3
Issue
I noticed the go:noinline compiler directive is not documented on the page
https://golang.org/cmd/compile/ .
Fix
A patch is attached to fix it. The wording can probably be expanded and improved though.
https://cow.codemadness.org/go/patches/0001-cmd-compile-document-go-noinline-compiler-directive.patch
Edit: attaching patches on github sucks, so I made a link to the patch.