examples: Add chat example that also doesn't work properly yet
This commit is contained in:
6
examples/chat/doc.go
Normal file
6
examples/chat/doc.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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.md examples/chat/protocol
|
||||
package chat
|
||||
Reference in New Issue
Block a user