Skip to content

Commit

Permalink
add pprof.go
Browse files Browse the repository at this point in the history
  • Loading branch information
polaris1119 committed Feb 25, 2018
1 parent 49b2401 commit 078736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -21,6 +21,6 @@ export GOPATH=$DIRPWD

cd src/server/studygolang

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

echo "finished"

0 comments on commit 078736a

Please sign in to comment.