File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func decodeSsServerConfig(str string) {
7575 if errstr != "" {
7676 fmt .Println (errstr )
7777 } else {
78- // save
78+
7979 }
8080}
8181
@@ -216,7 +216,6 @@ func parseDown(link Link, body string) {
216216 decodeSsServerConfig (str )
217217 break
218218 }
219- // if mask == "vless://"
220219 }
221220 c ++
222221 }
@@ -304,7 +303,7 @@ func main() {
304303 }
305304 var waitgroup sync.WaitGroup
306305 resultFile , err := os .Create (config .OutputFile )
307- if err != nil { // если возникла ошибка
306+ if err != nil { //
308307 fmt .Println ("Unable to create file:" , err )
309308 }
310309 defer resultFile .Close ()
@@ -349,7 +348,7 @@ func RestartSs() {
349348func setSsServiceConfig (path string , middle []byte ) bool {
350349 if fileExists (path ) {
351350 file , err := os .OpenFile (path , os .O_CREATE | os .O_RDWR , os .ModePerm )
352- if err != nil { // если возникла ошибка
351+ if err != nil { //
353352 fmt .Println ("Unable to open file:" , err )
354353 return false
355354 }
You can’t perform that action at this time.
0 commit comments