You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/SevereCloud/vksdk/v2/doc.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.15.0"
API = "5.131"
)