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
The code and the import statements use the following:
gedw99-MacBook-Pro:api-samples apple$ go get code.google.com/p/goauth2/oauth
warning: code.google.com is shutting down; import path code.google.com/p/goauth2/oauth will stop working
gedw99-MacBook-Pro:api-samples apple$ go get code.google.com/p/google-api-go-client/youtube/v3
warning: code.google.com is shutting down; import path code.google.com/p/google-api-go-client/youtube/v3 will stop working
I am not a golang expert, but it looks like its telling me these git repos are the old ones on the code.google.com
Can you please let me know, because i need to use this You Tube API in a production system.
The text was updated successfully, but these errors were encountered:
I have the same issue. Now when I go get the code.google.com paths, i'm getting the unable to detect version control system for code.google.com/ path error. What are the correct new paths for these APIs? Please help.
The code and the import statements use the following:
gedw99-MacBook-Pro:api-samples apple$ go get code.google.com/p/goauth2/oauth
warning: code.google.com is shutting down; import path code.google.com/p/goauth2/oauth will stop working
gedw99-MacBook-Pro:api-samples apple$ go get code.google.com/p/google-api-go-client/youtube/v3
warning: code.google.com is shutting down; import path code.google.com/p/google-api-go-client/youtube/v3 will stop working
I am not a golang expert, but it looks like its telling me these git repos are the old ones on the code.google.com
Can you please let me know, because i need to use this You Tube API in a production system.
The text was updated successfully, but these errors were encountered: