initial commit
This commit is contained in:
commit
43107bf5c1
12 changed files with 667 additions and 0 deletions
7
go.mod
Normal file
7
go.mod
Normal file
|
@ -0,0 +1,7 @@
|
|||
module github.com/hami_lemon/lrc2srt
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/jessevdk/go-flags v1.5.0
|
||||
|
||||
require golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
|
Reference in a new issue