Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 241 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 241 Bytes

goframe

A go boilerplate to create new web application

Database migration

go generate ./ent

Running

go run main.go

Database

  • Create new migraion using ent init TableName

Technology used:

  • Gin
  • ent