[PR #142] [MERGED] Normalize files with gofmt #15179

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/142
Author: @thibaultmeyer
Created: 11/11/2016
Status: Merged
Merged: 11/11/2016
Merged by: @tboerger

Base: masterHead: feature/gofmt


📝 Commits (1)

  • ddee4c8 Normalize files with gofmt

📊 Changes

15 files changed (+26 additions, -26 deletions)

View changed files

📝 models/git_diff.go (+2 -2)
📝 models/issue.go (+1 -1)
📝 models/pull.go (+3 -3)
📝 models/repo.go (+4 -4)
📝 modules/auth/repo_form.go (+1 -1)
📝 modules/base/tool.go (+2 -2)
📝 modules/context/api.go (+1 -1)
📝 modules/context/repo.go (+2 -2)
📝 routers/repo/commit.go (+1 -1)
📝 routers/repo/editor.go (+1 -1)
📝 routers/repo/middlewares.go (+1 -1)
📝 routers/repo/pull.go (+2 -2)
📝 routers/repo/release.go (+1 -1)
📝 routers/repo/view.go (+2 -2)
📝 routers/user/auth.go (+2 -2)

📄 Description

Normalize Gitea Go files with the command gofmt


🔄 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/142 **Author:** [@thibaultmeyer](https://github.com/thibaultmeyer) **Created:** 11/11/2016 **Status:** ✅ Merged **Merged:** 11/11/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `feature/gofmt` --- ### 📝 Commits (1) - [`ddee4c8`](https://github.com/go-gitea/gitea/commit/ddee4c8b5853d876ebd45ea4e7fe56208cd30eb5) Normalize files with gofmt ### 📊 Changes **15 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `models/git_diff.go` (+2 -2) 📝 `models/issue.go` (+1 -1) 📝 `models/pull.go` (+3 -3) 📝 `models/repo.go` (+4 -4) 📝 `modules/auth/repo_form.go` (+1 -1) 📝 `modules/base/tool.go` (+2 -2) 📝 `modules/context/api.go` (+1 -1) 📝 `modules/context/repo.go` (+2 -2) 📝 `routers/repo/commit.go` (+1 -1) 📝 `routers/repo/editor.go` (+1 -1) 📝 `routers/repo/middlewares.go` (+1 -1) 📝 `routers/repo/pull.go` (+2 -2) 📝 `routers/repo/release.go` (+1 -1) 📝 `routers/repo/view.go` (+2 -2) 📝 `routers/user/auth.go` (+2 -2) </details> ### 📄 Description Normalize Gitea Go files with the command `gofmt` --- <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:40:40 -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#15179