Skip to content

Commit

Permalink
Merge pull request #1495 from jkosik/master
Browse files Browse the repository at this point in the history
missing package name for struct (readme)
  • Loading branch information
svanharmelen committed Jun 9, 2022
2 parents 66f95fe + f3ecf99 commit c45201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -131,7 +131,7 @@ to list all projects for user "svanharmelen":

```go
git := gitlab.NewClient("yourtokengoeshere")
opt := &ListProjectsOptions{Search: gitlab.String("svanharmelen")}
opt := &gitlab.ListProjectsOptions{Search: gitlab.String("svanharmelen")}
projects, _, err := git.Projects.ListProjects(opt)
```

Expand Down

0 comments on commit c45201a

Please sign in to comment.