mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-07 18:14:15 +01: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"
|
||
|
)
|