Move cacheIDs
This commit is contained in:
parent
5032ecd29d
commit
9608d12cf3
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue