[PR #6128] [MERGED] enable gofmt/gofumpt/goimports/tenv #17299

Closed
opened 2026-04-16 05:58:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6128
Author: @mxyng
Created: 8/1/2024
Status: Merged
Merged: 8/2/2024
Merged by: @mxyng

Base: mainHead: mxyng/lint


📝 Commits (1)

📊 Changes

68 files changed (+199 additions, -149 deletions)

View changed files

📝 .gitattributes (+1 -0)
📝 .github/workflows/test.yaml (+1 -1)
📝 .golangci.yaml (+14 -4)
📝 api/client.go (+2 -1)
📝 api/types_test.go (+2 -2)
📝 app/lifecycle/getstarted_nonwindows.go (+2 -2)
📝 app/lifecycle/getstarted_windows.go (+0 -1)
📝 app/lifecycle/logging.go (+1 -1)
📝 app/lifecycle/logging_nonwindows.go (+1 -1)
📝 app/lifecycle/logging_test.go (+2 -2)
📝 app/lifecycle/server.go (+1 -1)
📝 app/lifecycle/updater.go (+2 -1)
📝 app/lifecycle/updater_nonwindows.go (+2 -2)
📝 app/lifecycle/updater_windows.go (+3 -2)
📝 app/tray/tray_nonwindows.go (+2 -2)
📝 app/tray/wintray/eventloop.go (+1 -3)
📝 app/tray/wintray/tray.go (+3 -2)
📝 auth/auth.go (+2 -1)
📝 cmd/cmd.go (+1 -1)
📝 cmd/interactive.go (+1 -1)

...and 48 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/ollama/ollama/pull/6128 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/lint` --- ### 📝 Commits (1) - [`b732beb`](https://github.com/ollama/ollama/commit/b732beba6a919b852539bb344b05e25c6a7c3c90) lint ### 📊 Changes **68 files changed** (+199 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -0) 📝 `.github/workflows/test.yaml` (+1 -1) 📝 `.golangci.yaml` (+14 -4) 📝 `api/client.go` (+2 -1) 📝 `api/types_test.go` (+2 -2) 📝 `app/lifecycle/getstarted_nonwindows.go` (+2 -2) 📝 `app/lifecycle/getstarted_windows.go` (+0 -1) 📝 `app/lifecycle/logging.go` (+1 -1) 📝 `app/lifecycle/logging_nonwindows.go` (+1 -1) 📝 `app/lifecycle/logging_test.go` (+2 -2) 📝 `app/lifecycle/server.go` (+1 -1) 📝 `app/lifecycle/updater.go` (+2 -1) 📝 `app/lifecycle/updater_nonwindows.go` (+2 -2) 📝 `app/lifecycle/updater_windows.go` (+3 -2) 📝 `app/tray/tray_nonwindows.go` (+2 -2) 📝 `app/tray/wintray/eventloop.go` (+1 -3) 📝 `app/tray/wintray/tray.go` (+3 -2) 📝 `auth/auth.go` (+2 -1) 📝 `cmd/cmd.go` (+1 -1) 📝 `cmd/interactive.go` (+1 -1) _...and 48 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 2026-04-16 05:58:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#17299