Skip to content

Commit

Permalink
test: 移除 examples 包
Browse files Browse the repository at this point in the history
  • Loading branch information
kercylan98 committed Jul 7, 2023
1 parent 8b90307 commit f0e3822
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 271 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Go doc](https://img.shields.io/badge/go.dev-reference-brightgreen?logo=go&logoColor=white&style=flat)](https://pkg.go.dev/github.com/kercylan98/minotaur)
![](https://img.shields.io/badge/Email-kercylan@gmail.com-green.svg?style=flat)
![](https://komarev.com/ghpvc/?username=kercylan98)
<a target="_blank" href="https://goreportcard.com/report/github.com/kercylan98/minotaur"><img src="https://goreportcard.com/badge/github.com/kercylan98/minotaur?style=flat-square" /></a>

Minotaur 是一个基于Golang 1.20 编写的服务端开发支持库,其中采用了大量泛型设计,用于游戏服务器开发。

Expand Down Expand Up @@ -39,7 +40,6 @@ $ 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)**,在使用前建议先进行相应了解;
- 更多的 **[示例](./examples)** 参考可在 [examples](./examples) 目录查阅;
- 项目文档可访问 **[pkg.go.dev](https://pkg.go.dev/github.com/kercylan98/minotaur)** 进行查阅;

### 本地文档
Expand Down
2 changes: 0 additions & 2 deletions examples/doc.go

This file was deleted.

96 changes: 0 additions & 96 deletions examples/multi-core-server-room-sync/main.go

This file was deleted.

36 changes: 0 additions & 36 deletions examples/simple-server-chatroom/main.go

This file was deleted.

18 changes: 0 additions & 18 deletions examples/simple-server-console/main.go

This file was deleted.

25 changes: 0 additions & 25 deletions examples/simple-server-cross/cross-a/main.go

This file was deleted.

25 changes: 0 additions & 25 deletions examples/simple-server-cross/cross-b/main.go

This file was deleted.

2 changes: 0 additions & 2 deletions examples/simple-server-cross/doc.go

This file was deleted.

16 changes: 0 additions & 16 deletions examples/simple-server-echo/main.go

This file was deleted.

50 changes: 0 additions & 50 deletions examples/simple-server-lockstep/main.go

This file was deleted.

0 comments on commit f0e3822

Please sign in to comment.