https://golang.org/pkg/ currently shows the wrong package synopses on stdlib packages containing ignore-constrained programs intended for go run. E.g., the synopsis on package runtime is mkduff generates duff_*.s., on package os/exec is This is a test program that verifies that it can read from descriptor 3 and that no other descriptors are open., &c.
https://golang.org/pkg/ currently shows the wrong package synopses on stdlib packages containing ignore-constrained programs intended for
go run. E.g., the synopsis on package runtime ismkduff generates duff_*.s., on package os/exec isThis is a test program that verifies that it can read from descriptor 3 and that no other descriptors are open., &c.