Re: [golang/go] proposal: cmd/fix: apply modernizers (Issue #71859)
DRANK
adonovan left a comment (golang/go#71859) I agree. A good step would be to add a telemetry counter to Go 1.25 for invocations of `go fix` so we can tell whether anyone is in fact still using it. @matloob @samthanawalla @jitsu-net -- Reply to this email directly or view it on GitHub: https://github.com/golang/go/issues/71859#issuecomment-2851331750 You are receiving this because you are subscribed to this thread. Message ID: <golang/go/issues/71859/2851331750@github.com>
2 comments
Go1.26では、go fixコマンドがリプレースされて、modernizeやinlineが標準コマンドにやってきます。AIが書いたコードが古いGoのコードの場合に役に立ちます。
github.com/golang/go/issu…
すでにgotipにいくつかきてるので、お手元で試せます。Go1.26のリリース時にどう実行するかは、チームで決めないといけませんね。