cli/go.work
Snider d25bd5c5ca Add GoReleaser configuration and update Go version to 1.25
Signed-off-by: Snider <snider@lt.hn>
2025-11-04 12:00:58 +00:00

8 lines
79 B
Text

go 1.25
use (
.
./cmd/core
./cmd/core-gui
./cmd/examples/core-static-di
)