patchman/server/api/endpoint/packageList.go

8 lines
91 B
Go
Raw Normal View History

package endpoint
import "github.com/gin-gonic/gin"
func PackageList(c *gin.Context) {
}