1 min readJul 14, 2020
Nice pattern. Another thing that's good to consider when doing this is how that struct is going to be used.
Go's linter warns about unexported structs and not for nothing:
Nice pattern. Another thing that's good to consider when doing this is how that struct is going to be used.
Go's linter warns about unexported structs and not for nothing: