mirror of
https://github.com/wahyd4/next-dashboard.git
synced 2026-08-09 12:36:03 +10:00
10 lines
95 B
Go
10 lines
95 B
Go
package controllers
|
|
|
|
import (
|
|
"github.com/gin-gonic/gin"
|
|
)
|
|
|
|
func InitDB(c *gin.Context) {
|
|
|
|
}
|