File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ cgapp deploy [OPTION]
102
102
- [ ` net/http ` ] ( https://github.com/create-go-app/net_http-go-template ) — simple REST API with CRUD and JWT auth.
103
103
- Backend template with [ Fiber] ( https://github.com/gofiber/fiber ) :
104
104
- [ ` fiber ` ] ( https://github.com/create-go-app/fiber-go-template ) — complex REST API with CRUD, JWT auth with renew token, DB and cache.
105
+ - Backend template with [ go-chi] ( https://github.com/go-chi/chi ) :
106
+ - [ ` chi ` ] ( https://github.com/create-go-app/chi-go-template ) — a basic application with health
107
+ check.
105
108
106
109
### Frontend
107
110
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
// CLIVersion version of Create Go App CLI.
14
- const CLIVersion string = "3.3.1 "
14
+ const CLIVersion string = "3.3.2 "
15
15
16
16
// Variables struct for Ansible variables (inventory, hosts).
17
17
type Variables struct {
48
48
Options : []string {
49
49
"net/http" ,
50
50
"fiber" ,
51
+ "chi" ,
51
52
},
52
53
Default : "fiber" ,
53
- PageSize : 2 ,
54
+ PageSize : 3 ,
54
55
},
55
56
Validate : survey .Required ,
56
57
},
You can’t perform that action at this time.
0 commit comments