You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

github.com/hunted-labs/tabwriter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hunted-labs/tabwriter

v0.0.0-20241214023917-13bc78648b10
Source
Go
Version published
Created
Source

This repo is a drop-in replacement for the golang text/tabwriter package.

It is based on that package at cf2c2ea8 and inherits its license.

The following additional features are supported:

  • RememberWidths flag allows remembering maximum widths seen per column even after Flush() is called.
  • RememberedWidths() []int and SetRememberedWidths([]int) *Writer allows obtaining and transferring remembered column width between writers.

FAQs

Package last updated on 14 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts