Files
toutoukan/controllers/comments/getcomments.go

8 lines
91 B
Go
Raw Normal View History

2025-09-25 11:48:54 +08:00
package comments
import "github.com/gin-gonic/gin"
func GetComments(c *gin.Context) {
}