补充:时间单位有 s 秒 m 分钟 h 小时 d 天,默认为秒,没有超时返回 0 ,超时返回 124
#### Golang 压缩编译
```
go build -ldflags="-s -w" -o server main.go && upx -9 server
```
需要先安装 upx 工具
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.