|
|
|
|
|
by jimsmart
2762 days ago
|
|
There’s a tool called fix, it’s already part of the standard Go distribution. In the past (mostly pre 1.0, IIRC?), it’s used to apply changes to one’s codebase when migrating between Go releases that introduce incompatible changes. https://golang.org/cmd/fix/ |
|