Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #147 from yashikota/add-pprof
Browse files Browse the repository at this point in the history
add: pprof
  • Loading branch information
yashikota authored Dec 14, 2024
2 parents ce538ba + 936baae commit 51792b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"log/slog"
"net/http"
"strings"
_ "net/http/pprof"

"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
Expand Down

0 comments on commit 51792b1

Please sign in to comment.