When you develop modules for use by other developers, you can follow a workflow| go.dev
Developing and publishing modules| go.dev
最近のGoには、関数やパッケージを非推奨と扱う方法があります。まとまっていると便利かなと思うので、種類ごとにまとめてみました。GoDocコメントを多用するので、GoDocを書き慣れていない場合は以下も参考にしてください。 blog.lufia.org 関数と型を非推奨にする 関数コメントに、// Deprecated: ではじまる段落を追加します。 // Parse parses a string of the form =. // // Deprecated: U...| Plan 9とGo言語のブログ
How to release major version 2 of your module.| go.dev
How to write and publish modules for use as dependencies.| go.dev