go client install
Author: kuchaguangjieCreated Feb 21, 2026Updated Feb 21, 2026
All go code are in 1 repo, the client dir don't have go.mod.
So I've to install the whole repo to use client.
Suggestion:
- add
go.modto client sub dirs. - or, move client to a separate git repo.
- update your doc about how to use, your example only have command line guide, not even how to install a client. the doc still suggest to use https://github.com/dtm-labs/client, which is out of date.
Source: dtm-labs/dtm