1 Matching Annotations
- Jul 2022
-
-
use the go mod edit command to edit the example.com/hello module to redirect Go tools from its module path (where the module isn't) to the local directory (where it is).
step #1:
go mod edit -replace */=/
step #2:
go mod tidy
Tags
Annotators
URL
-