package twitter // User is used as part of the Tweet struct to get user information type User struct { ScreenName string `json:"screen_name"` }