Commit 381bae9f authored by Martin Sefcik's avatar Martin Sefcik

Fixed examples

parent a3507a0c
...@@ -35,7 +35,7 @@ func projectExample() { ...@@ -35,7 +35,7 @@ func projectExample() {
} }
// List all project snippets // List all project snippets
snippets, _, err := git.ProjectSnippets.ListSnippets(project.PathWithNamespace) snippets, _, err := git.ProjectSnippets.ListSnippets(project.PathWithNamespace, &gitlab.ListSnippetsOptions{})
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment