- Fork the repository
- Clone your fork:
git clone https://github.com/samuelarogbonlo/gorealconf.git- Install dependencies:
go mod download- Run tests:
go test -v ./...- Create a new branch for your feature
- Add tests for new functionality
- Update documentation as needed
- Submit PR with description of changes
- Follow standard Go conventions
- Use gofmt for formatting
- Add comments for exported symbols