Skip to content

Commit a7a130f

Browse files
committed
refactor(cli): restructure to /go/ subtree (Phase 1)
1 parent de67a68 commit a7a130f

140 files changed

Lines changed: 7 additions & 9 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "external/go"]
2+
path = external/go
3+
url = https://github.com/dappcore/go.git
4+
branch = dev

external/go

Submodule go added at d661b70

go.work

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
go 1.26.0
22

33
use (
4-
.
5-
./pkg/cli/frame
6-
)
7-
8-
replace (
9-
dappco.re/go/core => ../go
10-
dappco.re/go/i18n => ../go-i18n
11-
dappco.re/go/inference => ../go-inference
12-
dappco.re/go/log => ../go-log
4+
./go
5+
./external/go
136
)

0 commit comments

Comments
 (0)