5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 09:02:31 +00:00
matterbridge/vendor/github.com/SevereCloud/vksdk/v2/doc.go

13 lines
189 B
Go
Raw Normal View History

/*
Package vksdk implements the basic VK API functions.
Source https://github.com/SevereCloud/vksdk
*/
package vksdk
// Module constants.
const (
Version = "2.13.1"
2021-06-16 19:00:49 +00:00
API = "5.131"
)