Files
ironlicensing-go/go.mod
David Friedel 83ba425a9c Implement IronLicensing Go SDK
- Add core licensing client with validation, activation, deactivation
- Add feature checking with hasFeature/requireFeature pattern
- Add trial management and in-app purchase support
- Add thread-safe operations with sync.RWMutex
- Add machine ID persistence for activation tracking
- Support both global client and instance-based usage

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-25 11:21:32 +00:00

6 lines
96 B
Modula-2

module github.com/IronServices/ironlicensing-go
go 1.21
require github.com/google/uuid v1.6.0