mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 15:10:28 +00:00
6a3fc71397
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
13 lines
189 B
Go
13 lines
189 B
Go
/*
|
|
Package vksdk implements the basic VK API functions.
|
|
|
|
Source https://github.com/SevereCloud/vksdk
|
|
*/
|
|
package vksdk
|
|
|
|
// Module constants.
|
|
const (
|
|
Version = "2.15.0"
|
|
API = "5.131"
|
|
)
|