package
1.0.3
Repository: https://github.com/johnkhk/cli_chat_app.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Test by package

this will run all tests in the package go test ./test/rpc/... -v

Run sequentially: Use this for now

go test -p 1 ./test/... -v

Run parallel:

gotestsum --format=short-verbose ./test/... gotestsum --format=short-verbose ./test/rpc/... gotestsum --format=short-verbose ./client/e2ee/store/...