Use a Go workspace (#184)

Use a Go workspace to simplify working with multiple modules at a time.
This commit is contained in:
agodnic 2023-03-14 17:13:41 -03:00 committed by GitHub
parent 2b50eb5116
commit 86f1e12f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
go.work Normal file
View File

@ -0,0 +1,12 @@
go 1.19
use (
./analytic
./api
./common
./fly
./parser
./pipeline
./spy
./tx-tracker
)