Update direct dependencies where possible
This commit is contained in:
@@ -27,7 +27,7 @@ func main() {
|
||||
flagGops := flag.Bool("gops", false, "enable gops agent")
|
||||
flag.Parse()
|
||||
if *flagGops {
|
||||
agent.Listen(&agent.Options{})
|
||||
agent.Listen(agent.Options{})
|
||||
defer agent.Close()
|
||||
}
|
||||
if *flagVersion {
|
||||
|
||||
Reference in New Issue
Block a user