refactor: use go workspace for syncthing gui (#549)

This commit is contained in:
naison
2025-04-19 12:09:06 +08:00
committed by GitHub
parent c9f1ce6522
commit 48e30b4344
15 changed files with 2072 additions and 142 deletions

6
go.work Normal file
View File

@@ -0,0 +1,6 @@
go 1.23.2
use (
.
./pkg/syncthing/auto
)