drop icon indicating copy to clipboard operation
drop copied to clipboard

Dependency-less dependencies for Go.

Results 2 drop issues
Sort by recently updated
recently updated
newest added

So I am going to denormalise my code with this tool. It's the equivalent of taking an SQL db and flattening it out to tables with no Foeign key constraints...

Right now, repo and path are two arguments: ``` gimme github.com/matryer/http decode ``` Where `decode` is a folder inside the `http` repo. It would be awesome if we could figure...

enhancement
help wanted