Skip to content

Commit 26808ff

Browse files
committed
cgo testing
1 parent 570425e commit 26808ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func main() {
3636
router := http.NewServeMux()
3737

3838
router.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
39-
w.Write([]byte("Hello krish this side and server is up and running"))
39+
w.Write([]byte("Hello krish this side and server is up and running with cgo enabled for sqlite"))
4040
})
4141

4242
router.HandleFunc("POST /api/users",users.New(storage))

0 commit comments

Comments
 (0)