1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

modrevision:minor

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-04-10 01:25:19 +03:00
parent 193de00426
commit 73dfabf412
5 changed files with 28 additions and 54 deletions

View File

@@ -7,13 +7,8 @@ import (
"github.com/username/project/cmd"
)
var (
buildRevision string
buildTime string
)
func main() {
app := cmd.New(buildRevision, buildTime)
app := cmd.New()
if err := app.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)