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
- for using local version of gommon, users need to use the replace
directive and use a relative local path, this requires gommon to have a
go mod file, otherwise it won't work
- [ ] TODO: add ignore tag for legacy packages #105
This is needed to add
// +build !ignore
to all the files in thelegacy
folder so they are ignored by go tool chainThe text was updated successfully, but these errors were encountered: