修改模块名: lrc2lts => ltc (LrcToCaptions)
This commit is contained in:
parent
3e2af31678
commit
a29d2c057e
16 changed files with 30 additions and 29 deletions
4
lrc.go
4
lrc.go
|
@ -1,11 +1,11 @@
|
|||
package lrc2srt
|
||||
package ltc
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/Hami-Lemon/lrc2srt/glist"
|
||||
"github.com/Hami-Lemon/ltc/glist"
|
||||
)
|
||||
|
||||
type LRCNode struct {
|
||||
|
|
Reference in a new issue