2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-15 06:12:55 +00:00
matterbridge/vendor/github.com/SevereCloud/vksdk/v2/doc.go
2021-05-30 00:25:30 +02:00

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.2"
API = "5.126"
)