package http import ( "chathub/chface/http/test" "github.com/gin-gonic/gin" ) func ChHttpEntry(eg *gin.Engine) { eg.GET("/test1", test.ChApiTest1) }