Explorar o código

Update README.md (#1620)

Missing the right colon
chenyang929 %!s(int64=7) %!d(string=hai) anos
pai
achega
b524e29442
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1022,7 +1022,7 @@ func main() {
 	})
 	
 	// listen and serve on 0.0.0.0:8080
-	r.Run(":8080)
+	r.Run(":8080")
 }
 ```