We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530a8b commit 9e6f718Copy full SHA for 9e6f718
cmd/api/main.go
@@ -28,7 +28,7 @@ func main() {
28
router := http.NewServeMux()
29
30
router.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
31
- w.Write([]byte("Hello from krish and server is running and cicd also"))
+ w.Write([]byte("Hello from krish and cicd is running"))
32
})
33
34
router.HandleFunc("POST /api/users",users.New())
0 commit comments