Skip to content

Commit 8f46a4f

Browse files
authored
Merge pull request #383 - go workspace
go: create a go.work (for multi-module support in Go 1.18) Merged via Sturdy
2 parents f8b65be + 4dabbf0 commit 8f46a4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go.work

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
go 1.17
2+
3+
use (
4+
./api // getsturdy.com/api
5+
./ssh // getsturdy.com/ssh
6+
)

0 commit comments

Comments
 (0)