Skip to content

Remove use of commons code

Choose a tag to compare

@corsc corsc released this 23 Sep 07:34

Following the axiom "a little copying is better than a little dep" this version removes the use of the common code and instead embeds that code into each project.

It is hoped that it will now be possible to do GO111MODULE=on go get github.com/corsc/go-tools/fiximports@v1.2.3 (and similar for other tools)

Edit: This is still not possible 🤦