Installation
Prerequisites
Installation Steps
bash# Clone the repository
git clone https://github.com/ayush78490/Go-Predix.git
cd Go-Predix/gopredix-sdk
# Install dependencies
go mod download
# Run tests to verify installation
go test ./...Module Installation
textrequire github.com/ayush78490/Go-Predix/gopredix-sdk v1.0.0Last updated