[PR #208] [MERGED] golint fixed for routers #15225

Closed
opened 2025-11-02 11:41:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/208
Author: @lunny
Created: 11/22/2016
Status: Merged
Merged: 11/24/2016
Merged by: @lunny

Base: masterHead: lunny/golint_fixed_routers


📝 Commits (1)

📊 Changes

35 files changed (+354 additions, -155 deletions)

View changed files

📝 routers/api/v1/admin/org.go (+2 -1)
📝 routers/api/v1/admin/org_repo.go (+3 -0)
📝 routers/api/v1/admin/org_team.go (+3 -0)
📝 routers/api/v1/admin/repo.go (+2 -1)
📝 routers/api/v1/admin/user.go (+7 -3)
📝 routers/api/v1/convert/convert.go (+9 -1)
📝 routers/api/v1/misc/markdown.go (+4 -2)
📝 routers/api/v1/org/org.go (+8 -4)
📝 routers/api/v1/org/team.go (+1 -0)
📝 routers/api/v1/repo/branch.go (+4 -2)
📝 routers/api/v1/repo/collaborators.go (+1 -0)
📝 routers/api/v1/repo/file.go (+5 -2)
📝 routers/api/v1/repo/hook.go (+7 -3)
📝 routers/api/v1/repo/issue.go (+4 -0)
📝 routers/api/v1/repo/issue_comment.go (+4 -0)
📝 routers/api/v1/repo/issue_label.go (+5 -0)
📝 routers/api/v1/repo/key.go (+10 -4)
📝 routers/api/v1/repo/label.go (+5 -0)
📝 routers/api/v1/repo/milestone.go (+5 -0)
📝 routers/api/v1/repo/repo.go (+14 -6)

...and 15 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/208 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/22/2016 **Status:** ✅ Merged **Merged:** 11/24/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/golint_fixed_routers` --- ### 📝 Commits (1) - [`68b581b`](https://github.com/go-gitea/gitea/commit/68b581b80e4d57f9da993b9bbda5a2bd0dae594c) golint fixed for routers ### 📊 Changes **35 files changed** (+354 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/admin/org.go` (+2 -1) 📝 `routers/api/v1/admin/org_repo.go` (+3 -0) 📝 `routers/api/v1/admin/org_team.go` (+3 -0) 📝 `routers/api/v1/admin/repo.go` (+2 -1) 📝 `routers/api/v1/admin/user.go` (+7 -3) 📝 `routers/api/v1/convert/convert.go` (+9 -1) 📝 `routers/api/v1/misc/markdown.go` (+4 -2) 📝 `routers/api/v1/org/org.go` (+8 -4) 📝 `routers/api/v1/org/team.go` (+1 -0) 📝 `routers/api/v1/repo/branch.go` (+4 -2) 📝 `routers/api/v1/repo/collaborators.go` (+1 -0) 📝 `routers/api/v1/repo/file.go` (+5 -2) 📝 `routers/api/v1/repo/hook.go` (+7 -3) 📝 `routers/api/v1/repo/issue.go` (+4 -0) 📝 `routers/api/v1/repo/issue_comment.go` (+4 -0) 📝 `routers/api/v1/repo/issue_label.go` (+5 -0) 📝 `routers/api/v1/repo/key.go` (+10 -4) 📝 `routers/api/v1/repo/label.go` (+5 -0) 📝 `routers/api/v1/repo/milestone.go` (+5 -0) 📝 `routers/api/v1/repo/repo.go` (+14 -6) _...and 15 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:41:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15225