Nomad

I think the issue I was having with go modules had to do with me trying to force a new commit under the same semver. Bumping the semver and pushing a new tag seems to have fixed the issue. Lesson: probably don’t try releasing old broken code under v1 and the completely new rewritten version under v2. This backfired when I decided to to just force v2 as v1. I guess v1 already exists in go’s module cache somewhere? Is there a character limit on posting to nomad? Should I not be posting this much?