refactor(docs): restructure to /go/ subtree (Phase 1, Mantis #1281)

This commit is contained in:
user.email 2026-05-01 07:00:44 +01:00
parent dd1702f7ef
commit 38624aa70f
29 changed files with 11 additions and 0 deletions

4
.gitmodules vendored Normal file
View 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

@ -0,0 +1 @@
Subproject commit d661b703e16183b3cbab101de189f688888a1174

6
go.work Normal file
View file

@ -0,0 +1,6 @@
go 1.26.0
use (
./go
./external/go
)

View file

View file