[PR #2134] [MERGED] readline: drop not use min function #10794

Closed
opened 2026-04-12 23:11:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2134
Author: @mengzhuo
Created: 1/22/2024
Status: Merged
Merged: 1/22/2024
Merged by: @jmorganca

Base: mainHead: main


📝 Commits (1)

  • b2b2a52 readline: drop not use min function

📊 Changes

1 file changed (+0 additions, -7 deletions)

View changed files

📝 readline/buffer.go (+0 -7)

📄 Description

Since Go1.21 (go.mod), Go adds min builtin function.


🔄 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/2134 **Author:** [@mengzhuo](https://github.com/mengzhuo) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`b2b2a52`](https://github.com/ollama/ollama/commit/b2b2a52248af9b828af1bd4b8c7a1964e9f94353) readline: drop not use min function ### 📊 Changes **1 file changed** (+0 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `readline/buffer.go` (+0 -7) </details> ### 📄 Description Since [Go1.21 (go.mod)](https://go.dev/doc/go1.21), Go adds min builtin function. --- <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-12 23:11:00 -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#10794