separate doc/_readme as a module

This commit is contained in:
Li Jie
2025-04-03 16:44:44 +08:00
parent a47ad2886f
commit 9defb6289b
2 changed files with 7 additions and 0 deletions

5
doc/_readme/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module readme
go 1.24.1
require github.com/goplus/lib v0.1.0

2
doc/_readme/go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/goplus/lib v0.1.0 h1:kqMAC6FmVPfrw0q8E5yF6Y12WC4GOfi2L/MYS4QoxbQ=
github.com/goplus/lib v0.1.0/go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0=