Wade Simmons 1 year ago
parent
commit
4d88c0711a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handshake_manager.go

+ 1 - 1
handshake_manager.go

@@ -7,8 +7,8 @@ import (
 	"encoding/binary"
 	"errors"
 	"net"
-	"time"
 	"sync"
+	"time"
 
 	"github.com/rcrowley/go-metrics"
 	"github.com/sirupsen/logrus"