Skip to content

Commit

Permalink
fix: use fmt.Println instead of println
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Jan 14, 2019
1 parent a466d30 commit c7b3b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ and returns them in order of lowest to highest latency.`,
break
}

println(result.Key)
fmt.Println(result.Key)
}
},
}
Expand Down

0 comments on commit c7b3b2c

Please sign in to comment.