This commit is contained in:
2022-03-19 17:47:01 -07:00
parent 96479f1389
commit 94f996c10d
3 changed files with 189 additions and 0 deletions

11
handler.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import "net/http"
func Path(w http.ResponseWriter, r *http.Request) {
}
func Index(w http.ResponseWriter, r *http.Request) {
}