fixbug: 换行符导致的数组越界

This commit is contained in:
liangzai450 2024-03-12 00:47:07 +08:00 committed by 初意
parent 5875a7872b
commit 7dc209490b
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@ package service
import ( import (
"fmt" "fmt"
"github.com/beancount-gs/script"
"github.com/gin-gonic/gin"
"sort" "sort"
"strings" "strings"
"github.com/beancount-gs/script"
"github.com/gin-gonic/gin"
) )
type Event struct { type Event struct {