https://github.com/sillyhatxu/logrus-client
https://github.com/sillyhatxu/logrus-client
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sillyhatxu/logrus-client
- Owner: sillyhatxu
- License: mit
- Created: 2019-08-23T09:01:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T12:28:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T07:45:41.077Z (4 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logrus-client
[](http://golang.org)
[](https://github.com/sillyhatxu/logurs-client)
[](https://pkg.go.dev/github.com/sillyhatxu/logurs-client)
[](https://github.com/sillyhatxu/logurs-client/actions)
[](https://goreportcard.com/report/github.com/sillyhatxu/logurs-client)
[](https://codecov.io/gh/sillyhatxu/logurs-client)
[](https://choosealicense.com/licenses/mit/)
[](https://github.com/sillyhatxu/logurs-client/releases)## Initialize your project
```
go mod init github.com/sillyhatxu/logrus-client
```## Updating dependencies
```
go mod vendor
```## verify dependencies
```
go mod verify
```## remove dependencies that is not used
```
go mod tidy
```## print dependence diagram
```
go mod graph
```## download dependencies
```
go mod download
```# Release Template
### Feature
* [NEW] Support for Go Modules [#17](https://github.com/sillyhatxu/convenient-utils/issues/17)
---
### Bug fix
* [FIX] Truncate Latency precision in long running request [#17](https://github.com/sillyhatxu/convenient-utils/issues/17)