8 lines
95 B
Go
8 lines
95 B
Go
package service
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func init() {
|
|
gin.SetMode(gin.TestMode)
|
|
}
|