https://github.com/livexy/pkg
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livexy/pkg
- Owner: LiveXY
- Created: 2022-11-12T06:19:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T02:58:57.000Z (over 1 year ago)
- Last Synced: 2025-02-19T03:29:49.511Z (over 1 year ago)
- Language: Go
- Size: 59.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkg
更新
```
go get -d -u -t ./... && go mod tidy
```
测试
```
go test ./...
```