-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functional configuration #25
Comments
|
Do you need any help on this? Would like to contribute, you were a lifesaver this week. :) |
Hey @nadilas, yeah that'd be great! What level would you be happy to contribute at? Or you're welcome to do this boilerplate too if you want 🙂 |
Hi @bradleyjkemp, If you can lay down the framework, I'd be happy to work on the configs. That way you'll have the base structure in your lib as you wanted to design it ;-) |
Just added a basic config framework in 1d8faf1 so I think you're good to go 🙂 |
#41 is a baseline for this, let's discuss where you want to take it |
There are a number of rendering options that might be useful to be exposed to the user.
Probably best way to do this is similar to go-spew: have a Config struct which has the Map function and then a global default options struct which is used by the package level Map function.
The text was updated successfully, but these errors were encountered: