Files
2018-03-13 15:04:26 +11:00

10 lines
95 B
Go

package controllers
import (
"github.com/gin-gonic/gin"
)
func InitDB(c *gin.Context) {
}