Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 078736a

Browse files
committed
add pprof.go
1 parent 49b2401 commit 078736a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export GOPATH=$DIRPWD
2121

2222
cd src/server/studygolang
2323

24-
go run main.go background.go graceful_unix.go static.go >> $DIRPWD/log/panic.log 2>&1 &
24+
go run main.go background.go graceful_unix.go static.go pprof.go >> $DIRPWD/log/panic.log 2>&1 &
2525

2626
echo "finished"

0 commit comments

Comments
 (0)