jokes-bapak2/api/models/models.go

7 lines
99 B
Go
Raw Normal View History

2021-05-02 07:49:13 +00:00
package models
// Set up the database connection, create table if not exists
func Setup() {
//
}