We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61abb6c commit 6b13704Copy full SHA for 6b13704
cmd/server/main.go
@@ -1,7 +1,6 @@
1
package main
2
3
import (
4
- //"fmt",
5
"log"
6
"net/http"
7
"os"
@@ -19,8 +18,6 @@ func init(){
19
18
if err := os.MkdirAll(uploadDir,0755); err != nil{
20
log.Fatal("Could'nt create uploads directory: \n %v",err)
21
}
22
-
23
- log.Println("Successfully created uploads directory.")
24
25
26
func main() {
0 commit comments