Run benchmarks and fmt in travis (#174)
This commit is contained in:
+3
-4
@@ -1,10 +1,10 @@
|
||||
package query
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
"unicode"
|
||||
"fmt"
|
||||
"github.com/pelletier/go-toml"
|
||||
"strconv"
|
||||
"unicode"
|
||||
)
|
||||
|
||||
// Define tokens
|
||||
@@ -104,4 +104,3 @@ func isHexDigit(r rune) bool {
|
||||
(r >= 'a' && r <= 'f') ||
|
||||
(r >= 'A' && r <= 'F')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user