We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469e8f2 commit a401e24Copy full SHA for a401e24
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 cicd and server is running"))
+ w.Write([]byte("Hello from krish and cicd and server grace full kill is running"))
32
})
33
34
router.HandleFunc("POST /api/users",users.New())
0 commit comments