We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6ff88 commit 0b2a3bfCopy full SHA for 0b2a3bf
main.go
@@ -8,6 +8,7 @@ import (
8
)
9
10
func main() {
11
+ fmt.Println("code-push-go V1.0.2")
12
13
var args []string
14
var notargs []string
opt/app.go
@@ -283,7 +283,7 @@ type createBundleReq struct {
283
Version *string `json:"version" binding:"required"`
284
Size *int64 `json:"size" binding:"required"`
285
Hash *string `json:"hash" binding:"required"`
286
- Description *string `json:"description" binding:"required"`
+ Description *string `json:"description"`
287
}
288
289
func (a App) App(arge []string) {
0 commit comments