Browse Source

Step 1

master step1
Levi Olson 6 years ago
parent
commit
a6589acd20
1 changed files with 10 additions and 0 deletions
  1. +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")
}

Loading…
Cancel
Save