This commit is contained in:
kercylan98 2023-05-29 19:21:02 +08:00
parent f9f24637c5
commit 0356e5a06d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $ go get -u github.com/kercylan98/minotaur
## 用法
- 在`Minotaur`中大量使用了 **[泛型](https://go.dev/doc/tutorial/generics)** 、 **[观察者(事件)](https://www.runoob.com/design-pattern/observer-pattern.html)** 和 **[选项模式](https://juejin.cn/post/6844903729313873927)**,在使用前建议先进行相应了解;
- 更多的 **[示例](https://github/com/kercylan98/minotaur/examples)** 参考可在 [examples](https://github/com/kercylan98/minotaur/examples) 目录查阅;
- 更多的 **[示例](./examples)** 参考可在 [examples](./examples) 目录查阅;
### 简单示例
创建一个基于Websocket的回响服务器。