- Add proto files for backtest and market domains - Generate Go code in packages/contracts/gen/go - Generate Dart code in apps/client/lib/src/generated - Add contracts-gen and contracts-check binaries - Update pubspec.yaml with protoc dependencies - Update go.work with new module
10 lines
132 B
Text
10 lines
132 B
Text
go 1.22
|
|
|
|
use (
|
|
../proto-socket/go
|
|
./apps/cli
|
|
./packages/contracts/gen/go
|
|
./packages/domain
|
|
./services/api
|
|
./services/worker
|
|
)
|