basic navigation and basic forms
This commit is contained in:
parent
9c6ddf6c60
commit
faf460470e
27 changed files with 284 additions and 30 deletions
|
@ -3,6 +3,7 @@ module app
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/gin-contrib/static v0.0.1
|
||||
github.com/gin-gonic/gin v1.7.7
|
||||
gorm.io/driver/sqlite v1.3.1
|
||||
gorm.io/gorm v1.23.3
|
||||
|
|
Reference in a new issue