mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 11:06:39 +01:00
implemented delete favs (likes), and organized better code in files
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"github.com/dghubble/oauth1"
|
||||
)
|
||||
|
||||
//Config stores the data from json twitterConfig.json file
|
||||
type Config struct {
|
||||
Consumer_key string `json:"consumer_key"`
|
||||
Consumer_secret string `json:"consumer_secret"`
|
||||
|
||||
Reference in New Issue
Block a user