Automic VaultAutomic Vault

brew

Install golines with Homebrew, MacPorts, Nix

Golang formatter that fixes long lines. Version 0.13.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install golines

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install golines

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

Linux

Nixverified · 92%
nix profile install nixpkgs#golines

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

overview

Package summary

Golang formatter that fixes long lines

Commands and aliases

  • golines

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
golinescliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.13.0
manager updated
local dataok
upstreamcurrent
latest detectedv0.13.0

https://github.com/segmentio/golines

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:golines
Version0.13.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/golines
Homepagehttps://github.com/segmentio/golines
Repositoryhttps://github.com/segmentio/golines
Upstream docshttps://github.com/segmentio/golines#readme
LicenseMIT
Source archivehttps://github.com/segmentio/golines/archive/refs/tags/v0.13.0.tar.gz
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegolines
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

golines

nix profile install nixpkgs#golines
  • normalized package name match
  • Matched by: 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
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment