5

OH, OKAY! that's what I should have do like 4 hours ago. Well, today I learned more of what can `replace` do in Golang modules.

Comments
  • 2
    this makes `go mod tidy` shut up, things still compile but is better to be sure than sorry later
  • 0
    @molaram go mod has issues defining what module `backend/notify` is, `replace` comes handy because I can tell it is a relative directory location
Add Comment