This commit is contained in:
xing 2022-11-10 18:16:03 +08:00
parent af8033b80e
commit 2d5eec0486

View File

@ -120,7 +120,3 @@ func PostComment(c *gin.Context) {
} }
err = errors.New(string(s)) err = errors.New(string(s))
} }
func fetchContent() {
}