codeship-go icon indicating copy to clipboard operation
codeship-go copied to clipboard

Example in README.md is outdated

Open Baggerone opened this issue 4 years ago • 0 comments

Description

The following example in the README.md file is outdated

Actual wording

You can then perform calls to the API on behalf of an Organization:

projects, err := org.ListProjects(ctx)

Expected wording

You can then perform calls to the API on behalf of an Organization:

projects, response, err := org.ListProjects(ctx)

Baggerone avatar Jan 31 '22 13:01 Baggerone