mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
goctl features of 1.8.4-alpha (#4849)
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
"remote": "{{.global.remote}}",
|
||||
"branch": "{{.global.branch}}",
|
||||
"style": "{{.global.style}}",
|
||||
"test": "Generate test files"
|
||||
"test": "Generate test files",
|
||||
"type-group": "Generate type group files"
|
||||
},
|
||||
"new": {
|
||||
"short": "Fast create api service",
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// BuildVersion is the version of goctl.
|
||||
const BuildVersion = "1.8.3"
|
||||
const BuildVersion = "1.8.4-alpha"
|
||||
|
||||
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user