Skip to content

Commit b74f31a

Browse files
committed
Go work
1 parent aaf5fe2 commit b74f31a

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14-
# Go workspace file
15-
go.work
16-
1714
# IDE specific files
1815
.idea/
1916
*.swp

go.work

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
go 1.24.1
2+
3+
use (
4+
./api/go
5+
./backend
6+
./frontend/cli
7+
./shared
8+
)

0 commit comments

Comments
 (0)