cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 35 forks source link

Make the claims spec string a constant #264

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

This should have always been declared as a const, it's never supposed to change and it's just a string.