Initial Commit

This commit is contained in:
janic
2022-01-11 20:05:12 +01:00
parent ec187663ce
commit 46566e1b3a
2 changed files with 10 additions and 1 deletions

9
app/webserver.go Normal file
View File

@@ -0,0 +1,9 @@
package webserver
import (
"net/http"
)
func main() {
http.HandleFunc()
}