aboutsummaryrefslogtreecommitdiff
path: root/cmd/btcheck/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/btcheck/main.go')
-rw-r--r--cmd/btcheck/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/btcheck/main.go b/cmd/btcheck/main.go
index 7ed1997..680bd5b 100644
--- a/cmd/btcheck/main.go
+++ b/cmd/btcheck/main.go
@@ -41,5 +41,6 @@ func main() {
if err != nil {
log.Fatal(err)
}
- fmt.Printf("%+v\n", resp)
+ fmt.Println(resp.IntervalDuration())
+ fmt.Println(resp.PeerAddr())
}