mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-05-11 09:27:47 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
package controllers
|
|
|
|
type CommentController struct {
|
|
BaseController
|
|
}
|
|
|
|
func (c *CommentController) Lists() {
|
|
|
|
}
|