Closed nicksrandall closed 7 years ago
I'm thinking about making a small refactor that will change the Thunk and ThunkMany types to return interface{}, and error (or []interface, []error in the case of ThunkMany). I feel like that would be a little more idiomatic.
Thunk
ThunkMany
@tonyghita What do you think?
I like this idea 👍
Fixed with #7
I'm thinking about making a small refactor that will change the
Thunk
andThunkMany
types to return interface{}, and error (or []interface, []error in the case of ThunkMany). I feel like that would be a little more idiomatic.@tonyghita What do you think?