diff --git a/main.go b/main.go new file mode 100644 index 0000000..1e47927 --- /dev/null +++ b/main.go @@ -0,0 +1,10 @@ +package main + +import ( + "fmt" + _ "net/http" +) + +func main() { + fmt.Println("Hello HTTP") +}