Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit d81d5a6

Browse files
committed
Remove debug code
1 parent 530ad79 commit d81d5a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package main
22

33
import (
4-
"fmt"
54
"io"
65
"net/http"
76
"os"
@@ -19,6 +18,5 @@ func main() {
1918
io.Copy(w, file)
2019
})
2120

22-
fmt.Println("Starte Server")
2321
http.ListenAndServe(":3000", nil)
2422
}

0 commit comments

Comments
 (0)