Undoing local development (replace in go.mod)
#352
-
|
Is there a way to ask |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There isnβt a subcommand in But, you can use the go toolβs (Or just open go.mod in your favorite text editor and delete the |
Beta Was this translation helpful? Give feedback.
There isnβt a subcommand in
gokto undo replace directives.But, you can use the go toolβs
go mod editsubcommand:(Or juβ¦