init
This commit is contained in:
8
internal/server/handlers.go
Normal file
8
internal/server/handlers.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func (srv *server) home(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
Reference in New Issue
Block a user