[PR #1060] [MERGED] Fix go vet faults #15739

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1060
Author: @ethantkoenig
Created: 2/25/2017
Status: Merged
Merged: 2/26/2017
Merged by: @lunny

Base: masterHead: fix/vet


📝 Commits (1)

📊 Changes

2 files changed (+10 additions, -4 deletions)

View changed files

📝 routers/api/v1/misc/markdown_test.go (+2 -2)
📝 routers/api/v1/user/app.go (+8 -2)

📄 Description

Fixes a few composite literal uses unkeyed fields errors that occurred when I ran make vet locally; for some reason, make vet has still been passing in CI builds.


🔄 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/1060 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 2/25/2017 **Status:** ✅ Merged **Merged:** 2/26/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/vet` --- ### 📝 Commits (1) - [`f5ef79e`](https://github.com/go-gitea/gitea/commit/f5ef79e8e61fd53b57c196a3a2e970adee66acaf) Fix go vet faults ### 📊 Changes **2 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/misc/markdown_test.go` (+2 -2) 📝 `routers/api/v1/user/app.go` (+8 -2) </details> ### 📄 Description Fixes a few `composite literal uses unkeyed fields` errors that occurred when I ran `make vet` locally; for some reason, `make vet` has still been passing in CI builds. --- <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:53:29 -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#15739