1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update Twitter documentation

This commit is contained in:
Chris Cummer
2018-08-17 14:44:28 -07:00
parent eb4f995e80
commit 3681bea0a8
10 changed files with 124 additions and 36 deletions

View File

@@ -25,7 +25,7 @@ type Client struct {
func NewClient(url string) *Client {
client := Client{
apiBase: url,
screenName: "wtfutil",
screenName: "senorprogrammer",
count: 5,
}