Update product name, cleanup annotations (#35)

This commit is contained in:
Alex Lushpai 2020-12-15 13:34:18 +03:00 committed by GitHub
parent 92b8eb764f
commit 859d4c2d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 10 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018 retailCRM Copyright (c) 2018-2020 RetailDriver LLC
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,8 +1,9 @@
[![Build Status](https://github.com/retailcrm/mg-bot-api-client-go/workflows/ci/badge.svg)](https://github.com/retailcrm/mg-bot-api-client-go/actions) [![Build Status](https://github.com/retailcrm/mg-bot-api-client-go/workflows/ci/badge.svg)](https://github.com/retailcrm/mg-bot-api-client-go/actions)
[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-go/master.svg?logo=codecov)](https://codecov.io/gh/retailcrm/mg-bot-api-client-go) [![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-go/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/retailcrm/mg-bot-api-client-go)
[![GitHub release](https://img.shields.io/github/release/retailcrm/mg-bot-api-client-go.svg)](https://github.com/retailcrm/mg-bot-api-client-go/releases) [![GitHub release](https://img.shields.io/github/release/retailcrm/mg-bot-api-client-go.svg?logo=github&logoColor=white)](https://github.com/retailcrm/mg-bot-api-client-go/releases)
[![GoLang version](https://img.shields.io/badge/go->=1.13-blue.svg)](https://golang.org/dl/) [![Go Report Card](https://goreportcard.com/badge/github.com/retailcrm/mg-bot-api-client-go)](https://goreportcard.com/report/github.com/retailcrm/mg-bot-api-client-go)
[![Godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/retailcrm/mg-bot-api-client-go) [![GoLang version](https://img.shields.io/badge/go->=1.13-blue.svg?logo=go&logoColor=white)](https://golang.org/dl/)
[![pkg.go.dev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/retailcrm/mg-bot-api-client-go)
# Message Gateway Bot API Go client # Message Gateway Bot API Go client
@ -99,8 +100,3 @@ func main() {
} }
} }
``` ```
### Documentation
* [English](https://help.retailcrm.pro/Developers/MgBot)
* [Russian](https://help.retailcrm.ru/Developers/MgBot)