[PR #1333] [MERGED] Run "make fmt" with go-1.6 #15867

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1333
Author: @strk
Created: 3/20/2017
Status: Merged
Merged: 3/21/2017
Merged by: @lunny

Base: masterHead: gofmt


📝 Commits (1)

  • 78c3d96 Run "make fmt" with go-1.6

📊 Changes

16 files changed (+64 additions, -69 deletions)

View changed files

📝 integrations/signup_test.go (+3 -3)
📝 models/external_login_user.go (+2 -2)
📝 models/issue_test.go (+5 -3)
📝 models/migrations/v23.go (+3 -4)
📝 models/org_team.go (+1 -1)
📝 models/user_follow.go (+0 -1)
📝 models/user_openid.go (+4 -5)
📝 models/user_openid_test.go (+4 -4)
📝 modules/auth/openid/discovery_cache.go (+1 -2)
📝 modules/auth/openid/discovery_cache_test.go (+3 -2)
📝 modules/auth/openid/openid.go (+1 -3)
📝 modules/auth/user_form.go (+1 -1)
📝 modules/auth/user_form_auth_openid.go (+1 -3)
📝 modules/setting/setting.go (+2 -2)
📝 routers/user/auth_openid.go (+22 -19)
📝 routers/user/setting_openid.go (+11 -14)

📄 Description

I noticed it wasn't a no-op to format codebase
(though it was checked by Drone?)


🔄 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/1333 **Author:** [@strk](https://github.com/strk) **Created:** 3/20/2017 **Status:** ✅ Merged **Merged:** 3/21/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `gofmt` --- ### 📝 Commits (1) - [`78c3d96`](https://github.com/go-gitea/gitea/commit/78c3d96ad7afbb31e34ddec93508e0947d5187d1) Run "make fmt" with go-1.6 ### 📊 Changes **16 files changed** (+64 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `integrations/signup_test.go` (+3 -3) 📝 `models/external_login_user.go` (+2 -2) 📝 `models/issue_test.go` (+5 -3) 📝 `models/migrations/v23.go` (+3 -4) 📝 `models/org_team.go` (+1 -1) 📝 `models/user_follow.go` (+0 -1) 📝 `models/user_openid.go` (+4 -5) 📝 `models/user_openid_test.go` (+4 -4) 📝 `modules/auth/openid/discovery_cache.go` (+1 -2) 📝 `modules/auth/openid/discovery_cache_test.go` (+3 -2) 📝 `modules/auth/openid/openid.go` (+1 -3) 📝 `modules/auth/user_form.go` (+1 -1) 📝 `modules/auth/user_form_auth_openid.go` (+1 -3) 📝 `modules/setting/setting.go` (+2 -2) 📝 `routers/user/auth_openid.go` (+22 -19) 📝 `routers/user/setting_openid.go` (+11 -14) </details> ### 📄 Description I noticed it wasn't a no-op to format codebase (though it was checked by Drone?) --- <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:56:28 -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#15867