Skip to content

Commit

Permalink
Fix gops agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Oct 25, 2017
1 parent 0645448 commit 80c9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

func main() {
agent.Listen(&agent.Options{NoShutdownCleanup: true})
agent.Listen(agent.Options{})
defer agent.Close()
cfg := config.LoadConfig()
if cfg.Server.RouterType == "" {
Expand Down

0 comments on commit 80c9401

Please sign in to comment.