Skip to content

Commit 35b7ef6

Browse files
authored
Update main.go
1 parent 926336b commit 35b7ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/codeshelldev/wol-client/internals/server"
1010
"github.com/codeshelldev/wol-client/internals/wol"
1111
)
12-
12+
//s
1313
func main() {
1414
config.Load()
1515

@@ -45,4 +45,4 @@ func main() {
4545

4646
wol.Close()
4747
docker.Shutdown(srv)
48-
}
48+
}

0 commit comments

Comments
 (0)