Skip to content

Commit 443723c

Browse files
Alphabetize samples by title
1 parent febf747 commit 443723c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

go/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Description: This code sample performs OAuth 2.0 authorization by checking for t
4242
contains authorization credentials. If the file is not present, the script opens a browser and waits for a response,
4343
then saves the returned credentials locally.
4444

45-
### [Upload a video](/youtube/api-samples/blob/master/go/upload_video.go)
45+
### [Post a channel bulletin](/youtube/api-samples/blob/master/go/post_bulletin.go)
4646

47-
Method: youtube.videos.insert<br>
48-
Description: This code sample calls the API's <code>videos.insert</code> method to upload a video to the channel
49-
associated with the request.
47+
Method: youtube.activities.insert<br>
48+
Description: This code sample calls the API's <code>activities.insert</code> method to post a bulletin to the
49+
channel associated with the request.
5050

5151
### [Retrieve my uploads](/youtube/api-samples/blob/master/go/my_uploads.go)
5252

@@ -62,8 +62,8 @@ Method: youtube.search.list<br>
6262
Description: This code sample calls the API's <code>search.list</code> method to retrieve search results associated
6363
with a particular keyword.
6464

65-
### [Post a channel bulletin](/youtube/api-samples/blob/master/go/post_bulletin.go)
65+
### [Upload a video](/youtube/api-samples/blob/master/go/upload_video.go)
6666

67-
Method: youtube.activities.insert<br>
68-
Description: This code sample calls the API's <code>activities.insert</code> method to post a bulletin to the
69-
channel associated with the request.
67+
Method: youtube.videos.insert<br>
68+
Description: This code sample calls the API's <code>videos.insert</code> method to upload a video to the channel
69+
associated with the request.

0 commit comments

Comments
 (0)