12 lines
123 B
Go
12 lines
123 B
Go
package routers
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func ApiCustomerInit() {
|
|
|
|
}
|
|
|
|
func ApiCustomer(r *gin.RouterGroup) {
|
|
|
|
}
|