Fix Go lint errors

Three Go lint errors are addressed in this patch:

- Don't use underscores in Go names
- Exported type ConnectionCount should have comment or be unexported
- Println arg list ends with redundant newline

Change-Id: I4774fd3f2837f474399d0735af0cd18322fe0eee
1 file changed