mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
8 lines
96 B
Go
8 lines
96 B
Go
package util
|
|
|
|
// Constants for the application.
|
|
const (
|
|
Version = "0.0.1"
|
|
AppName = "myapp"
|
|
)
|