https://github.com/cryptlex/lexfloatclient-go
LexFloatClient API wrapper for Go (floating licensing library).
https://github.com/cryptlex/lexfloatclient-go
Last synced: 5 months ago
JSON representation
LexFloatClient API wrapper for Go (floating licensing library).
- Host: GitHub
- URL: https://github.com/cryptlex/lexfloatclient-go
- Owner: cryptlex
- License: mit
- Created: 2021-03-25T05:06:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T08:40:40.000Z (6 months ago)
- Last Synced: 2025-12-21T16:07:27.612Z (6 months ago)
- Language: Go
- Size: 30.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cryptlex/lexfloatclient-go/actions/workflows/update-libs.yml)
# lexfloatclient-go
Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using the REST API or Dashboard and validate the license keys in your software apps using LexFloatClient (Cryptlex client library).
Additionally, you can offer trials, subscriptions, floating licenses and much more.
**lexfloatclient-go** is a Go wrapper for LexFloatClient licensing library.
## Installation
go get -u github.com/cryptlex/lexfloatclient-go
**Note:** In case you are using Windows, execute the following command after installation:
xcopy %USERPROFILE%\go\src\github.com\cryptlex\lexfloatclient-go\libs\windows_amd64\LexFloatClient.dll
Then you can include it in your code:
import "github.com/cryptlex/lexfloatclient-go"
## Usage
Refer to following for documentation:
https://docs.cryptlex.com/floating-licenses/on-premise-floating-licenses/using-lexfloatclient/using-lexfloatclient-with-go