go fmt in server.

This commit is contained in:
David Fifield 2017-01-19 16:42:29 -08:00
parent 15963688c2
commit 11f3bbe3c2

View file

@ -30,7 +30,7 @@ import (
const ptMethodName = "snowflake" const ptMethodName = "snowflake"
const requestTimeout = 10 * time.Second const requestTimeout = 10 * time.Second
const maxMessageSize = 64*1024 const maxMessageSize = 64 * 1024
var ptInfo pt.ServerInfo var ptInfo pt.ServerInfo