.
├── README.md
├── docs // 文档
├── go.mod // Go Modules
├── idl // thrift/protobuf文件
├── internal // 私有库/服务实现
│ └── gateway
│ ├── biz
│ │ ├── handler // 逻辑
│ │ │ └── ping.go
│ │ └── router // 路由
│ │ └── register.go
│ ├── etc // 配置文件
│ │ └── config.yaml
│ ├── main.go
│ ├── router.go
│ └── router_gen.go
├── pkg // 公共包
└── sh // Shell脚本
forked from baytan0720/toktik
-
Notifications
You must be signed in to change notification settings - Fork 0
oah8/toktik
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A web app as like TikTok
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Go 95.6%
- Shell 2.7%
- Other 1.7%