[PR #167] [MERGED] golint fixed for parts of routers root, dev, user and org dirs #15198

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/167
Author: @lunny
Created: 11/14/2016
Status: Merged
Merged: 11/18/2016
Merged by: @lunny

Base: masterHead: lunny/golint_routers


📝 Commits (4)

  • bf7187e golint fixed for parts of routers root, dev and org dirs
  • ad03524 add user/auth.go golint fixed
  • 0169728 Merge branch 'lunny/golint_routers_2' into lunny/golint_routers
  • e39731b rename unnecessary exported to unexported and user dir golint fixed

📊 Changes

11 files changed (+225 additions, -132 deletions)

View changed files

📝 routers/dev/template.go (+1 -0)
📝 routers/home.go (+22 -9)
📝 routers/install.go (+24 -19)
📝 routers/org/members.go (+9 -4)
📝 routers/org/org.go (+9 -6)
📝 routers/org/setting.go (+20 -10)
📝 routers/org/teams.go (+27 -13)
📝 routers/user/auth.go (+47 -33)
📝 routers/user/home.go (+11 -7)
📝 routers/user/profile.go (+11 -5)
📝 routers/user/setting.go (+44 -26)

📄 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/167 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/14/2016 **Status:** ✅ Merged **Merged:** 11/18/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/golint_routers` --- ### 📝 Commits (4) - [`bf7187e`](https://github.com/go-gitea/gitea/commit/bf7187e235715f10e5c87833a8774a8aa6396055) golint fixed for parts of routers root, dev and org dirs - [`ad03524`](https://github.com/go-gitea/gitea/commit/ad035242b2f1c891e8f94fea005bb93f3877c55d) add user/auth.go golint fixed - [`0169728`](https://github.com/go-gitea/gitea/commit/0169728d18dc274e40704b427b9e0c493531dd20) Merge branch 'lunny/golint_routers_2' into lunny/golint_routers - [`e39731b`](https://github.com/go-gitea/gitea/commit/e39731b4d28b5f3edac3cf3ffb6d49d73fa18629) rename unnecessary exported to unexported and user dir golint fixed ### 📊 Changes **11 files changed** (+225 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `routers/dev/template.go` (+1 -0) 📝 `routers/home.go` (+22 -9) 📝 `routers/install.go` (+24 -19) 📝 `routers/org/members.go` (+9 -4) 📝 `routers/org/org.go` (+9 -6) 📝 `routers/org/setting.go` (+20 -10) 📝 `routers/org/teams.go` (+27 -13) 📝 `routers/user/auth.go` (+47 -33) 📝 `routers/user/home.go` (+11 -7) 📝 `routers/user/profile.go` (+11 -5) 📝 `routers/user/setting.go` (+44 -26) </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:07 -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#15198