opcotech/elemo

View on GitHub
assets/keys/keys.go

Summary

Maintainability
A
0 mins
Test Coverage
package keys

import _ "embed"

// PublicKey is the public key used to validate licenses.
//
//go:embed public.key
var PublicKey string