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
assumes that the go module name is the same as the package name and the current directory name. In my case the module name was "github.com/rrrkren/testgrift". I'm fairly new to go but since this was generated by go mod I assume it's valid.
hardcoding g.GriftsPackagePath to "github.com/rrrkren/testgrift/grifts" makes it run, obviously not a fix but more of a hack which works for us now.
I'm going to hack something up for my use case, probably reading it off the go.mod file. Let me know if you are interested.
Steps to reproduce:
gives error:
when I do this process without the git part everything work fine
The text was updated successfully, but these errors were encountered: