Installation
Get started with GRD in your Go projects in just a few steps.
Requirements
Go 1.18 or later
Required for generics support
Install via Go Modules
Add GRD to your project using Go modules:
bash
Quick Start Example
Create a simple example to verify the installation:
go
Run the example:
bash
Import in Your Code
Import GRD in your Go files:
go
Update to Latest Version
Keep your GRD package up to date:
bash
Verify Installation
Check that GRD is properly installed and working:
go
Run the test:
bash
Troubleshooting
Common Issues
- Ensure you're using Go 1.18 or later for generics support
- Make sure Go modules are initialized in your project (
go mod init) - Check your GOPROXY settings if download fails
- Verify your internet connection for package downloads
Need Help?
If you encounter any issues, please check our GitHub Issues or create a new issue with details about your problem.
Next Steps
📖 Read the Documentation
Learn about all the features and API methods available in GRD.
View Documentation →💡 Explore Examples
See real-world examples of how to use GRD in different scenarios.
View Examples →