Skip to content

Commit 0b2a3bf

Browse files
committed
Remove required description
1 parent de6ff88 commit 0b2a3bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
)
99

1010
func main() {
11+
fmt.Println("code-push-go V1.0.2")
1112

1213
var args []string
1314
var notargs []string

opt/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ type createBundleReq struct {
283283
Version *string `json:"version" binding:"required"`
284284
Size *int64 `json:"size" binding:"required"`
285285
Hash *string `json:"hash" binding:"required"`
286-
Description *string `json:"description" binding:"required"`
286+
Description *string `json:"description"`
287287
}
288288

289289
func (a App) App(arge []string) {

0 commit comments

Comments
 (0)