Move cacheIDs

This commit is contained in:
Alexander Sheiko 2021-04-23 10:41:22 +03:00
parent 5032ecd29d
commit 9608d12cf3
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,13 @@ package twitterscraper
import (
"fmt"
"net/http"
"sync"
"time"
)
// Global cache for user IDs
var cacheIDs sync.Map
// Profile of twitter user.
type Profile struct {
Avatar string