pkg.soopen package index

brew / 排名 4189

使用 Homebrew, MacPorts, Nix 安装 golines

查看 golines 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install golines

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install golines

MacPorts ports tree · devel/golines/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#golines

nixpkgs package indexes · pkgs/by-name/go/golines/package.nix · 来源: api.github.com

概览

软件包摘要

Golang formatter that fixes long lines

命令和别名

  • golines

历史

项目历史与用法

golines is a Go formatter that keeps gofmt-style formatting while shortening long lines. The maintainer documentation frames it as a companion to gofmt and goimports, which deliberately do not solve line wrapping for developers.

项目历史

Segment created golines to automate a style preference common in large Go codebases: reducing very long lines without abandoning gofmt. The README links the motivation to Go issue 11915 and notes that line-shortening remains developer-managed in the standard formatter.

The tool evolved with options for maximum line length, tab width, dry-run diffs, comment shortening, base formatter selection, generated-file handling, method-chain splitting, and struct-tag formatting. Since v0.10.0 it required Go 1.18 because of generics-related dependencies; v0.13.0 raised the minimum to Go 1.23.

The README records a maintenance turn: by late 2024 the project was in maintenance mode, and on 2025-12-19 the Segment repository was archived. The same notice points to a golangci-maintained fork that incorporated patches and fixes.

采用历史

golines gained a niche among Go developers who wanted automatic line wrapping in editors or pre-commit hooks while preserving gofmt-compatible output. The README documents vim-go, Visual Studio Code run-on-save, and GoLand file watcher integration.

The batch input records Homebrew, MacPorts, and Nix packages. That packaging profile fits a formatter users expect to install as a standalone command and wire into editor save hooks.

使用方式

Users run `golines [paths]`, pass directories or files, or pipe input through stdin. By default it writes formatted output to stdout; `-w` edits files in place.

The base formatter defaults to goimports when available and falls back to gofmt, so golines is usually an additive formatter step rather than a replacement for the Go formatting toolchain.

为什么软件包爱好者会关心

For package nerds, golines is interesting because it packages a policy that Go intentionally leaves out of gofmt. It is small, editor-friendly, and controversial in the quiet formatter way: valuable for teams with line-length standards, unnecessary for teams that accept gofmt's non-wrapping behavior.

Its archive notice and golangci fork also make it a useful example of formatter lifecycle management: once a developer tool becomes part of save hooks and CI, packagers need to care about maintenance status, Go version requirements, and successor forks.

时间线

  • 2019: `segmentio/golines` repository created for Go line-wrapping formatting.
  • 2020-2024: Releases add formatter behavior and editor integration patterns around gofmt/goimports.
  • 2024: README states the project had functionally entered maintenance mode.
  • 2025: Segment repository archived; README points to a golangci-maintained fork.

Related projects

  • gofmt and goimports are the base formatting tools golines builds around.
  • The Go issue about shortening long lines is part of the stated motivation.
  • The golangci/golines fork is the maintainer-recommended continuation after the Segment archive notice.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
golines可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.15.0
管理器更新时间2026-07-27
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:golines
版本0.15.0
软件包管理器Homebrew
主页https://github.com/golangci/golines
仓库https://github.com/golangci/golines
最后更新2026-07-27T16:47:25+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

golines

nix profile install nixpkgs#golines
  • normalized package name match
  • 匹配方式:Golines
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/golines/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

golines

sudo port install golines
  • normalized package name match
  • 匹配方式:Golines
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/golines/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation