This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
basic-http-routing-in-golang
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
Step 1
master
step1
Levi Olson
6 years ago
parent
c993302342
commit
a6589acd20
1 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
main.go
+ 10
- 0
main.go
View File
@ -0,0 +1,10 @@
package
main
import
(
"fmt"
_
"net/http"
)
func
main
(
)
{
fmt
.
Println
(
"Hello HTTP"
)
}
Write
Preview
Loading…
Cancel
Save