Skip to content

Commit

Permalink
missing package name for struct
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-kosik committed Jun 9, 2022
1 parent 66f95fe commit f3ecf99
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 f3ecf99

Please sign in to comment.