update module name
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module gitea.malaihome.work/ans/podcast_search
|
module gitea.malaihome.work/ans/podcast-search-go
|
||||||
|
|
||||||
go 1.23
|
go 1.23
|
||||||
|
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"gitea.malaihome.work/ans/podcast_search/search"
|
"gitea.malaihome.work/ans/podcast-search-go/search"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gitea.malaihome.work/ans/podcast_search/model"
|
"gitea.malaihome.work/ans/podcast-search-go/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SearchProvider 定义搜索提供者接口
|
// SearchProvider 定义搜索提供者接口
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gitea.malaihome.work/ans/podcast_search/model"
|
"gitea.malaihome.work/ans/podcast-search-go/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// JsonParser 用于解析JSON格式的转录文件
|
// JsonParser 用于解析JSON格式的转录文件
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gitea.malaihome.work/ans/podcast_search/model"
|
"gitea.malaihome.work/ans/podcast-search-go/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SrtParser 用于解析SRT格式的转录文件
|
// SrtParser 用于解析SRT格式的转录文件
|
||||||
|
|||||||
Reference in New Issue
Block a user