summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/SevereCloud/vksdk/v2/doc.go
blob: 61e19efeea1237a23a3a8de60846adeec7276aa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Package vksdk implements the basic VK API functions.

Source https://github.com/SevereCloud/vksdk
*/
package vksdk

// Module constants.
const (
	Version = "2.11.0"
	API     = "5.131"
)