iris/_examples/auth/jwt/tutorial/util/app.go

8 lines
96 B
Go
Raw Normal View History

2020-11-04 20:12:13 +01:00
package util
// Constants for the application.
const (
Version = "0.0.1"
AppName = "myapp"
)