Skip to content

APCS Enhanced v4.7.0

Latest
Compare
Choose a tag to compare
@semog semog released this 08 Sep 07:23

This contains the enhanced wrapper around the Bot API, with support
for Go modules. It is backwards compatible with the 4.6.0 API version.
Fixed semantic import path for major version number Go Modules
versioning. The import path must contain a /v4 at the end.

Example import path by an application referencing this module:

go.mod
require github.com/semog/go-bot-api/v4 v4.7.0

sourcefile.go
import tg "github.com/semog/go-bot-api/v4"