Skip to content

Commit d74ad3c

Browse files
committed
refactor(frontend):升级go到1.25版本(性能更强劲!)
- 从 components.d.ts 文件中删除了未使用的 TChat、TChatAction、TChatContent、TChatLoading 和 TChatSender导入 - 更新 go.mod 文件,移除 toolchain go1.24.5 并将 Go 版本升级到 1.25.0
1 parent 6dff9d9 commit d74ad3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go-stock
22

3-
go 1.24.0
4-
5-
toolchain go1.24.5
3+
go 1.25.0
64

75
require (
86
github.com/PuerkitoBio/goquery v1.10.1

0 commit comments

Comments
 (0)