first commit
This commit is contained in:
commit
53e59ddf89
12 changed files with 558 additions and 0 deletions
9
handlers/handler.go
Normal file
9
handlers/handler.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package handlers
|
||||
|
||||
import (
|
||||
"github.com/jmoiron/sqlx"
|
||||
)
|
||||
|
||||
type Handler struct {
|
||||
DB *sqlx.DB
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue