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

# 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/...

# Packages

No description provided by the author
No description provided by the author
test/setup/bufconn_setup.go.

# Functions

Helper function for registering and logging in a user.
Helper function for waiting for the welcome message.

# Structs

No description provided by the author