Skip to content

Commit

Permalink
Add snippet comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjoh committed Aug 26, 2024
1 parent 7d4bbf5 commit 216d70b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/snippets/large_file_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

package snippets

// <ImportSnippet>
import (
"context"
"fmt"
Expand All @@ -16,6 +17,8 @@ import (
"github.com/microsoftgraph/msgraph-sdk-go/users"
)

// <ImportSnippet>

func RunUploadSamples(graphClient *graph.GraphServiceClient, largeFile string) {
itemPath := "Documents/vacation.gif"

Expand Down

0 comments on commit 216d70b

Please sign in to comment.