https://github.com/oldthreefeng/mts
refactor of mtSecKill
https://github.com/oldthreefeng/mts
Last synced: 8 months ago
JSON representation
refactor of mtSecKill
- Host: GitHub
- URL: https://github.com/oldthreefeng/mts
- Owner: oldthreefeng
- License: apache-2.0
- Created: 2021-01-17T14:49:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T09:21:21.000Z (over 5 years ago)
- Last Synced: 2024-06-20T12:06:11.098Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 37
- Watchers: 3
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mts
refactor of [mtSecKill](https://github.com/zqjzqj/mtSecKill)
add makefile to make esay on wsl2/windows/apple. you have go env , just do
## build
```
# windows
$ make windows
# linux/Ubuntu
$ make linux
# apple
$ make darwin
```
## clean
```
$ make clean
```
## use
```
mts -h
## 茅台京东秒杀.
mts
mts jd
## 茅台天猫秒杀, 暂时不支持~~~
mts tm
```