patchman/server/api/endpoint/packageList.go

8 lines
91 B
Go

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