Added config struct

master
Elis Axelsson 2016-04-27 09:44:05 +02:00
parent 2644c57a29
commit 43ab6339bb
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package WorstCaptcha
type Config struct {
Twitter struct {
ConsumerKey string
ConsumerSecret string
AccessToken string
AccessTokenSecret string
}
}