Skip to content

Commit 16a6e62

Browse files
committed
fix lint
1 parent 508c661 commit 16a6e62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/structs/repo.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ func (gt GitServiceType) Name() string {
176176
return "gitea"
177177
case GitlabService:
178178
return "gitlab"
179+
case GogsService:
180+
return "gogs"
179181
}
180182
return ""
181183
}

0 commit comments

Comments
 (0)