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 4ca2915 commit 1d379d2Copy full SHA for 1d379d2
main.go
@@ -6,7 +6,7 @@ import (
6
"log"
7
)
8
9
-const webContent = "gokube-go-api-v6"
+const webContent = "gokube-go-api-v7"
10
11
func main() {
12
http.HandleFunc("/", helloHandler)
0 commit comments