refactor(docs): restructure to /go/ subtree (Phase 1, Mantis #1281)
This commit is contained in:
parent
dd1702f7ef
commit
38624aa70f
29 changed files with 11 additions and 0 deletions
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[submodule "external/go"]
|
||||
path = external/go
|
||||
url = https://github.com/dappcore/go.git
|
||||
branch = dev
|
||||
1
external/go
vendored
Submodule
1
external/go
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d661b703e16183b3cbab101de189f688888a1174
|
||||
6
go.work
Normal file
6
go.work
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
go 1.26.0
|
||||
|
||||
use (
|
||||
./go
|
||||
./external/go
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue