Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
1a337109
Commit
1a337109
authored
Mar 02, 2016
by
Jeremy Courtial
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation & new line
parent
b9a333f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
projects.go
projects.go
+1
-1
No files found.
projects.go
View file @
1a337109
...
@@ -147,7 +147,7 @@ func (s *ProjectsService) ListOwnedProjects(
...
@@ -147,7 +147,7 @@ func (s *ProjectsService) ListOwnedProjects(
// GitLab API docs:
// GitLab API docs:
// http://doc.gitlab.com/ce/api/projects.html#list-starred-projects
// http://doc.gitlab.com/ce/api/projects.html#list-starred-projects
func
(
s
*
ProjectsService
)
ListStarredProjects
(
func
(
s
*
ProjectsService
)
ListStarredProjects
(
opt
*
ListProjectsOptions
)
([]
*
Project
,
*
Response
,
error
)
{
opt
*
ListProjectsOptions
)
([]
*
Project
,
*
Response
,
error
)
{
req
,
err
:=
s
.
client
.
NewRequest
(
"GET"
,
"projects/starred"
,
opt
)
req
,
err
:=
s
.
client
.
NewRequest
(
"GET"
,
"projects/starred"
,
opt
)
if
err
!=
nil
{
if
err
!=
nil
{
return
nil
,
nil
,
err
return
nil
,
nil
,
err
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment