8 lines
91 B
Go
8 lines
91 B
Go
|
|
package comments
|
||
|
|
|
||
|
|
import "github.com/gin-gonic/gin"
|
||
|
|
|
||
|
|
func GetComments(c *gin.Context) {
|
||
|
|
|
||
|
|
}
|