Skip to content

Instantly share code, notes, and snippets.

@WideWord
Created September 17, 2014 17:22
Show Gist options
  • Select an option

  • Save WideWord/b234d03ad38c22cd18b5 to your computer and use it in GitHub Desktop.

Select an option

Save WideWord/b234d03ad38c22cd18b5 to your computer and use it in GitHub Desktop.
package main
import("./vk")
var client *vk.Client
func main() {
client = vk.NewClient()
client.AuthServer("1234", "5678")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment