diff --git a/README.md b/README.md index 38ded3c..b6f27d9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,35 @@ -# IronLicensing Go SDK +

+ + IronLicensing + +

-Software licensing and activation SDK for Go applications. Validate licenses, manage activations, check features, and handle trials. +

IronLicensing SDK for Go

+ +

+ Software licensing and activation for Go applications +

+ +

+ Go Reference + License: MIT +

+ +

+ Website • + Documentation • + Go Guide • + Git +

+ +--- + +**IronLicensing** helps you protect your software with flexible licensing, activations, and feature management. Built for developers who want simple, powerful licensing without the complexity. ## Installation ```bash -go get github.com/IronServices/ironlicensing-go +go get git.marketally.com/ironservices/ironlicensing-go ``` ## Quick Start @@ -19,7 +43,7 @@ import ( "fmt" "log" - licensing "github.com/IronServices/ironlicensing-go" + licensing "git.marketally.com/ironservices/ironlicensing-go" ) func main() { @@ -55,7 +79,7 @@ import ( "fmt" "log" - licensing "github.com/IronServices/ironlicensing-go" + licensing "git.marketally.com/ironservices/ironlicensing-go" ) func main() { @@ -305,6 +329,26 @@ The SDK automatically generates and persists a unique machine ID at `~/.ironlice - Preventing license sharing - Offline validation +## Documentation + +For complete documentation, visit [ironlicensing.com/docs](https://ironlicensing.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/licensing](https://git.marketally.com/ironservices/ironlicensing-js) | +| .NET | [IronLicensing.Client](https://git.marketally.com/ironservices/ironlicensing-dotnet) | +| Python | [ironlicensing](https://git.marketally.com/ironservices/ironlicensing-python) | +| Java | [ironlicensing-java](https://git.marketally.com/ironservices/ironlicensing-java) | +| Rust | [ironlicensing](https://git.marketally.com/ironservices/ironlicensing-rust) | + +## Support + +- **Documentation**: [ironlicensing.com/docs](https://ironlicensing.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironlicensing-go/issues](https://git.marketally.com/ironservices/ironlicensing-go/issues) + ## License -MIT License - see LICENSE file for details. +MIT License - see [LICENSE](LICENSE) for details.