Go言語におけるFunctional Options Patternを簡単に整理します。 はじめに Go言語でFunctional Options Pattern おわりに 参考 はじめに あるGo製ライブラリを使っていたところ、Functional Options Patternに遭遇しました。 Go言語におけるFunctional Options Patternとは何か、メモします。 The English translation of this post is here. Go言語でFunctional Options Pattern Functional Options Pattern…