// Package chat implements a simple chat protocol over HOPP. To re-generate the // source files, run this command from within the root directory of the // repository: // // go run ./cmd/hopp-generate examples/chat/protocol.pdl -o examples/chat/protocol/protocol.go package chat