Skeleton files and http
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func Public(w http.ResponseWriter, req *http.Request) {
|
||||
log.Print(req.URL.Path)
|
||||
}
|
||||
Reference in New Issue
Block a user