Skip to content

Commit aba4c85

Browse files
Testando
1 parent 1245842 commit aba4c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

9-
const webContent = "gw-go-api-v7"
9+
const webContent = "dev-ops-ninja:go-api-v7"
1010

1111
func main() {
1212
http.HandleFunc("/", helloHandler)
@@ -15,4 +15,4 @@ func main() {
1515

1616
func helloHandler(w http.ResponseWriter, r *http.Request) {
1717
fmt.Fprint(w, webContent)
18-
}
18+
}

0 commit comments

Comments
 (0)