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 3118124 commit a407534Copy full SHA for a407534
main.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
func main() {
16
- fmt.Println("code-push-server-go V1.0.3")
+ fmt.Println("code-push-server-go V1.0.4")
17
// gin.SetMode(gin.ReleaseMode)
18
g := gin.Default()
19
g.Use(gzip.Gzip(gzip.DefaultCompression))
0 commit comments