refactor message boundary constrains: coding style

This commit is contained in:
Shelikhoo 2025-01-30 13:37:22 +00:00
parent 1ba58c864d
commit 94eddc6391
No known key found for this signature in database
GPG key ID: 4C9764E9FE80A3DC
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,6 @@ import (
"crypto/rand"
"crypto/sha256"
"encoding/binary"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/packetpadding"
"io"
"log"
"net"
@ -16,6 +15,7 @@ import (
"github.com/gorilla/websocket"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/messages"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/packetpadding"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/turbotunnel"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/websocketconn"
)