-
Notifications
You must be signed in to change notification settings - Fork 16
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
refactor(config): remove repeated code in package config #43
Comments
Assign this to me, I am very much familiar with config files in Go |
Hey, @i-am-yuvi, assigning this to you. Please make sure that you don't change the structures/types of the abstractions defined in the package config. Also this is not a breaking change, so all the parsing tests should pass. Also extend the TestConfig() function to have more stricter checks as per #35 |
Surely 🚀 |
@i-am-yuvi Please name the branch |
Sure |
@i-am-yuvi Any progress on the issue? As per policy, I will have to unassign this issue on 3 days of inactivity. |
Yes I am working on it |
Hi @qascade , I am new to GO language, however I want to learn and contribute to this project and would want to work on this Issue. May you guide me in this issue and assign ? |
@shrey-a-gupta you can email me at [email protected], we will connect of required. Thanks for taking interest in my project. |
Description
While writing the config parser. I had to give in to some level of redundancy for the sake of other high priorities. I want that to be fixed. I want to refactor and refine the config parser and remove unnecessary redundancies.
The text was updated successfully, but these errors were encountered: