You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.
updateUsers(users []User, response listStargazersResponse, year int) []User
getCursors(ctx *context.Context, sg []stargazers, totalUsers uint) []string
buildRequestBody(ctx *context.Context, baseRequest string, pagination int) string
getCursor(cursors []string, page int, reverseOrder bool) string
pickRandomStringsExcept(s []string, picked []string, amount uint) []string
isBlacklisted(user string) bool
parseResponse(resp *http.Response) (*listStargazersResponse, []byte, error)
The text was updated successfully, but these errors were encountered: