8 lines
108 B
Go
8 lines
108 B
Go
package fileserver
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func (m *fileServer) serveEmoji(c *gin.Context) {
|
|
|
|
}
|