File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ package main
5
5
6
6
import (
7
7
"flag"
8
- log "github.com/Sirupsen/logrus"
9
- "github.com/carlescere/scheduler"
10
- "github.com/gin-gonic/gin"
11
- "github.com/itsjamie/gin-cors"
12
- "github.com/kardianos/osext"
13
- "github.com/vharitonsky/iniflags"
14
8
"os"
15
9
"os/user"
16
10
"path/filepath"
17
11
"runtime/debug"
18
12
"strconv"
19
13
"text/template"
20
14
"time"
15
+
16
+ log "github.com/Sirupsen/logrus"
17
+ "github.com/carlescere/scheduler"
18
+ "github.com/gin-gonic/gin"
19
+ "github.com/itsjamie/gin-cors"
20
+ "github.com/kardianos/osext"
21
+ "github.com/vharitonsky/iniflags"
21
22
//"github.com/sanbornm/go-selfupdate/selfupdate" #included in update.go to change heavily
22
23
)
23
24
@@ -212,7 +213,7 @@ func main() {
212
213
r .GET ("/info" , infoHandler )
213
214
go func () {
214
215
start := 49152
215
- end := 65535
216
+ end := 49162
216
217
i := start
217
218
for i < end {
218
219
i = i + 1
@@ -230,7 +231,7 @@ func main() {
230
231
231
232
go func () {
232
233
start := 49152
233
- end := 65535
234
+ end := 49162
234
235
i := start
235
236
for i < end {
236
237
i = i + 1
You can’t perform that action at this time.
0 commit comments