Roger Peppe
Roger Peppe
When writing deriveFmap or deriveFilter, it's often nice to write the predicate function inline. Since that can often take multiple arguments, the code reads more nicely when the function comes...
It would be nice to be able to list the available plugins from the command line and find out information on individual plugins, including the expected function signature.
I started investigating this because my go-fuzz process was OOM-killed within 30 minutes two times in a row. After spending a while puzzling over the heap profile results (before I...
They could do with updating in the light of http://blog.labix.org/2015/01/13/improvements-on-gopkg-in
When jumping to a definition from within a test file, godef should respect symbols defined in other test files.
When we do `gohack get` of a module without specifying the `-vcs` flag, we record the checksum so we can later report that the source has been changed, but we...
Running any `gohack` command runs the `go` command to find out information on the current modules, but this fails if the modules cannot be resolved (for example because a gohacked...
Currently the undo command purports to recognize the `-rm` and `-f` flags but these are ignored.
When a go.mod file already contains a replacement of one module by another (not a directory), `gohack get -vcs` checks out the original repository, not the current replacement. Also, `gohack...