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
$ go mod tidy
go: finding module for package github.com/smartystreets/goconvey/convey
go: finding module for package gopkg.in/check.v1
go: found gopkg.in/check.v1 in gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: found github.com/smartystreets/goconvey/convey in github.com/smartystreets/goconvey v1.8.1
go: downloading golang.org/x/text v0.8.0
github.com/ianlewis/linguist/cmd/l imports
github.com/dayvonjersen/git4go tested by
github.com/dayvonjersen/git4go.test imports
./testutil: "./testutil" is relative, but relative import paths are not supported in module mode
The text was updated successfully, but these errors were encountered:
Though I'm a bit curious why the l command doesn't just walk the regular directory tree and ignore files that match .git, .gitignore etc. rather than use a git library to parse the committed code.
Edit: I see it has options for both..
ianlewis
added a commit
to ianlewis/linguist
that referenced
this issue
Nov 5, 2023
Ports the `l` command to use go-git rather than git4go as go-git is
better supported and supports Go modules.
Fixesdayvonjersen#14
Signed-off-by: Ian Lewis <[email protected]>
The text was updated successfully, but these errors were encountered: