Reorder peer stats to provide a more readable output

This commit is contained in:
Justin Li
2014-07-23 02:25:35 -04:00
parent bacf4f0fd4
commit 4295ad739c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Use of this source code is governed by the BSD 2-Clause license,
// which can be found in the LICENSE file.
// Package query implements a fast, simple URL Query parser.
// Package query implements a faster single-purpose URL Query parser.
package query
import (