cvanloo / rmsgo

Remote Storage implementation in Go
The Unlicense
1 stars 0 forks source link

r: use options pattern #21

Closed cvanloo closed 1 month ago

cvanloo commented 1 month ago

Instead of using the builder pattern, switch to using the options pattern which is generally considered more 'idiomatic' in Go.

cvanloo commented 1 month ago

closes #14