From f917d83f6ecbf67be5cc19637d03d5036fd47236 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Wed, 27 Jan 2016 23:39:56 -0600 Subject: [PATCH] Linting. --- discord.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.go b/discord.go index a31da40..68d2a7e 100644 --- a/discord.go +++ b/discord.go @@ -10,12 +10,12 @@ // experimental at this point. They will most likley change so please use the // low level functions if that's a problem. -// package discordgo provides Discord binding for Go +// Package discordgo provides Discord binding for Go package discordgo import "fmt" -// Discordgo Version, follows Symantic Versioning. (http://semver.org/) +// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/) const VERSION = "0.11.0-alpha" // New creates a new Discord session and will automate some startup