docopts
docopts copied to clipboard
Migrate to Go modules
This switches to Go modules, which have now been the standard for dependency management in Go codebases for a while.
This was something I implemented with more completeness (including devdeps, Makefile, docs, build scripts, etc) in #65