mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
go fmt in server.
This commit is contained in:
parent
15963688c2
commit
11f3bbe3c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue