key.go 86 B

1234567
  1. package public_key
  2. import _ "embed"
  3. //go:embed PUBLIC_KEY.pem
  4. var PUBLIC_KEY []byte