Only support "Sweet Eyes" currently. Signed-off-by: Yuan Si <do4suki@gmail.com>
@@ -7,12 +7,6 @@ import (
"github.com/gin-gonic/gin"
)
func CheckErr(err error) {
if err != nil {
panic(err)
}
func main() {
// Gin
gin.SetMode(gin.ReleaseMode)
The note is not visible to the blocked user.