first
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//go:build windows
|
||||
|
||||
package http
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func Run(g *gin.Engine, addr string) {
|
||||
g.Run(addr)
|
||||
}
|
||||
Reference in New Issue
Block a user