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
Several commands within the program have their own &http.Client{Timeout: 60 * time.Second} variable. Since they're all set to 60 seconds, creating a single helper function for this makes updating it easier in the future.
Several commands within the program have their own
&http.Client{Timeout: 60 * time.Second}variable. Since they're all set to 60 seconds, creating a single helper function for this makes updating it easier in the future.