This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update hello.go
bad import
John Asmuth
12 years ago
parent
d495c4ebc3
commit
009ee379dc
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
go/hello.go
+ 0
- 1
go/hello.go
View File
@@ -2,7 +2,6 @@ package main
import (
"encoding/json"
- "fmt"
"net/http"
"runtime"
)