You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking over go.mod its currently set to toc. This should be changed to github.com/ycd/toc so this tool can be installed using:
$ go install github.com/ycd/toc
It currently fails with this:
go install: github.com/ycd/toc@latest: github.com/ycd/toc@v0.3.0: parsing go.mod:
module declares its path as: toc
but was required as: github.com/ycd/toc
The text was updated successfully, but these errors were encountered:
Looking over
go.mod
its currently set totoc
. This should be changed togithub.com/ycd/toc
so this tool can be installed using:$ go install github.com/ycd/toc
It currently fails with this:
The text was updated successfully, but these errors were encountered: