README
This commit is contained in:
parent
f9f24637c5
commit
0356e5a06d
|
@ -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的回响服务器。
|
||||
|
|
Loading…
Reference in New Issue