mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-03 21:33:34 +03:00
Update README.md
This commit is contained in:
parent
c79b3b0c0f
commit
aef37335a6
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
## MG Transport Library
|
||||
## Message Gateway Transport Library
|
||||
[](https://travis-ci.org/retailcrm/mg-transport-core)
|
||||
[](https://codecov.io/gh/retailcrm/mg-transport-core)
|
||||
[](https://pkg.go.dev/github.com/retailcrm/mg-transport-core/core)
|
||||
[](https://goreportcard.com/report/github.com/retailcrm/mg-transport-core)
|
||||
[](https://github.com/retailcrm/mg-transport-core/blob/master/LICENSE.md)
|
||||
|
||||
This library provides different functions like error-reporting, logging, localization, etc. in order to make it easier to create transports.
|
||||
Usage:
|
||||
```go
|
||||
|
@ -111,4 +112,4 @@ This library contains helper tool for transports. You can install it via go:
|
|||
```sh
|
||||
$ go get -u github.com/retailcrm/mg-transport-core/cmd/transport-core-tool
|
||||
```
|
||||
Currently, it only can generate new migrations for your transport.
|
||||
Currently, it only can generate new migrations for your transport.
|
||||
|
|
Loading…
Add table
Reference in a new issue