Skip to content

Commit 6c17f98

Browse files
committed
chore: add go.work for multi-modules under _example
1 parent 7685a8f commit 6c17f98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_examples/go.work

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
go 1.19
2+
3+
use (
4+
./db_search
5+
./tokenize
6+
./user_dict
7+
./wakati
8+
./wasm
9+
)

0 commit comments

Comments
 (0)