initial commit
This commit is contained in:
parent
9baa0fab25
commit
fc46164556
14 changed files with 243 additions and 0 deletions
7
internal/handlers/handler.go
Normal file
7
internal/handlers/handler.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package handlers
|
||||
|
||||
import "net/http"
|
||||
|
||||
type Handler interface {
|
||||
Handle(w http.ResponseWriter, r *http.Request)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue