mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
08779c2909
* Update dependencies
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.16.0"
|
|
API = "5.131"
|
|
)
|