1
0
mirror of https://github.com/google/gops.git synced 2025-07-16 00:14:17 +02:00

fix README example

This commit is contained in:
Jaana Burcu Dogan
2016-12-20 12:27:39 -08:00
parent 7973d7aa4f
commit 62d2faba6c

View File

@ -35,7 +35,7 @@ import (
)
func main() {
if err := agent.Start(); err != nil {
if err := agent.Listen(nil); err != nil {
log.Fatal(err)
}
time.Sleep(time.Hour)