9 lines
180 B
Go
9 lines
180 B
Go
|
package list
|
||
|
|
||
|
import "github.com/gin-gonic/gin"
|
||
|
|
||
|
// ListsGETHandler returns a list of lists created by/for the authed account
|
||
|
func (m *Module) ListsGETHandler(c *gin.Context) {
|
||
|
|
||
|
}
|