Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicstep/async-logger-test-task
https://github.com/epicstep/async-logger-test-task
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/epicstep/async-logger-test-task
- Owner: EpicStep
- License: mit
- Created: 2022-06-27T16:58:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T08:00:22.000Z (over 1 year ago)
- Last Synced: 2024-06-21T12:54:26.664Z (6 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Async logger for MOST (test task)
[![Go Reference](https://pkg.go.dev/badge/github.com/EpicStep/async-logger-test-task/alog.svg)](https://pkg.go.dev/github.com/EpicStep/async-logger-test-task/alog)
[![tests](https://github.com/EpicStep/async-logger-test-task/actions/workflows/tests.yml/badge.svg)](https://github.com/EpicStep/async-logger-test-task/actions/workflows/tests.yml)
[![x](https://github.com/EpicStep/async-logger-test-task/actions/workflows/ci.yml/badge.svg)](https://github.com/EpicStep/async-logger-test-task/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/EpicStep/async-logger-test-task/branch/master/graph/badge.svg?token=MLGD271IHE)](https://codecov.io/gh/EpicStep/async-logger-test-task)
[![Go Report Card](https://goreportcard.com/badge/github.com/EpicStep/async-logger-test-task)](https://goreportcard.com/report/github.com/EpicStep/async-logger-test-task)----
## Installation
```bash
go get github.com/EpicStep/async-logger-test-task
```
Example of usage you can find in ```cmd/alog_test/```## License
MIT