projects
/
static-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88df954
)
removed unused import
author
Mauro Scomparin
<scompo@gmail.com>
Wed, 26 Feb 2020 20:55:14 +0000
(21:55 +0100)
committer
Mauro Scomparin
<scompo@gmail.com>
Wed, 26 Feb 2020 20:55:14 +0000
(21:55 +0100)
server.go
patch
|
blob
|
blame
|
history
diff --git
a/server.go
b/server.go
index 535e952d4da5f328173e28984eab3633476eca02..a5edcb49cdc58a6c5b6884b090a1cd7af4c144fc 100644
(file)
--- a/
server.go
+++ b/
server.go
@@
-1,7
+1,6
@@
package main
import (
- "fmt"
"log"
"net/http"
"os"