Browse Source

Code formatting

Vova Tkach 6 years ago
parent
commit
055a74444d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      session/session.go

+ 1 - 1
session/session.go

@@ -7,8 +7,8 @@ import (
 	"math/rand"
 	"math/rand"
 	"net/http"
 	"net/http"
 	"os"
 	"os"
-	"time"
 	"strings"
 	"strings"
+	"time"
 )
 )
 
 
 type vars struct {
 type vars struct {