mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 01:20:25 +00:00
13 lines
188 B
Go
13 lines
188 B
Go
|
/*
|
||
|
Package vksdk implements the basic VK API functions.
|
||
|
|
||
|
Source https://github.com/SevereCloud/vksdk
|
||
|
*/
|
||
|
package vksdk
|
||
|
|
||
|
// Module constants.
|
||
|
const (
|
||
|
Version = "2.9.0"
|
||
|
API = "5.126"
|
||
|
)
|