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
//If I were to run this without a replace I would get
// main.go:5:2: no required module provides package github.com/ChrisScotMartin/ait-c/pkgmodc; to add it:
// go get github.com/ChrisScotMartin/ait-c/pkgmodc
//Go get will always pull pkgmodc from a previous commit instead of the local more up-to-date version. Two solutions for that, I can either commit/push this as is and then do a go get now that the module is updated. Or I can fix it with a local replace like this: