- 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>
6 lines
96 B
Modula-2
6 lines
96 B
Modula-2
module github.com/IronServices/ironlicensing-go
|
|
|
|
go 1.21
|
|
|
|
require github.com/google/uuid v1.6.0
|