mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
Any directory on the path from the module root to a binary that contains its own go.mod is a separate module; monorel should not try to manage it. Two cases are now caught with distinct errors: ../other → "outside the module directory" ./cmd/go.mod → "has its own go.mod" (intermediate dir) ./cmd/foo/go.mod → "has its own go.mod" (binary dir itself) Both suggest the correct fix: cd into that directory and run monorel from there.
golib
Sometimes a little copying, sometimes a little dependency. Too small for their own repos.
The default branch is dev, but the stable, versioned tags are based on main.
Also, my Go Cheatsheet:
Languages
Go
100%