kls/handler.go

12 lines
145 B
Go
Raw Normal View History

2022-03-20 00:47:01 +00:00
package main
import "net/http"
func Path(w http.ResponseWriter, r *http.Request) {
}
func Index(w http.ResponseWriter, r *http.Request) {
}