Contributing
Development Setup
bash# Clone repository
git clone https://github.com/ayush78490/Go-Predix.git
cd Go-Predix/gopredix-sdk
# Install development dependencies
go mod download
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
# Run tests
go test ./...
# Run linter
golangci-lint run ./...
# Generate documentation
godoc -http=:6060Running Tests
bash# Run all tests
go test ./...
# Run with coverage
go test -cover ./...
# Run specific test
go test -run TestMarketCreationCode Standards
Submitting a PR
Support & Resources
License
Last updated