go get -v -u github.com/gocolly/colly/...
go get -v -u "github.com/schollz/closestmatch"
go get -v -u "github.com/lib/pq"
go get -v -u "github.com/go-redis/redis"
{
"IRCNick":["YourNick"],
"IRCChannels":["#Yourchannel"],
"IRCUser":["user user user user user user"],
"GoogleAPI":["Your api get address"],
"IRCServerPort":["irc.ircserver.org:6667"],
"DBHost":["Hostname of your postgresSQL DB"],
"DBPort":["Port of your postgresSQL DB"],
"DBUser":["User of your postgresSQL DB"],
"DBPass":["Password of your postgresSQL DB"],
"DBName":["Database Name your postgresSQL DB"]
}