Gerasimos (Makis) Maropoulos 579c3878f0
add a jwt tutorial + go client
2020-11-04 21:12:13 +02:00

8 lines
96 B
Go

package util
// Constants for the application.
const (
Version = "0.0.1"
AppName = "myapp"
)