Goddammit. I rewrote the history of two Go modules, now they're failing to go get for some weirdass reason.
2
Replies
0
Boosts
Eh, well. git reflog to the rescue, and I force-push the old stuff.
Now both modules go get fine. After the force push, go get complained that the thing doesn't have a go-import meta header. It does. The HTML returned by the checked URL is unchanged between the two commits.
Go's fucking weird.