Skip to content

Commit

Permalink
Remove required description
Browse files Browse the repository at this point in the history
  • Loading branch information
htdcx committed May 23, 2024
1 parent de6ff88 commit 0b2a3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
)

func main() {
fmt.Println("code-push-go V1.0.2")

var args []string
var notargs []string
Expand Down
2 changes: 1 addition & 1 deletion opt/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ type createBundleReq struct {
Version *string `json:"version" binding:"required"`
Size *int64 `json:"size" binding:"required"`
Hash *string `json:"hash" binding:"required"`
Description *string `json:"description" binding:"required"`
Description *string `json:"description"`
}

func (a App) App(arge []string) {
Expand Down

0 comments on commit 0b2a3bf

Please sign in to comment.