This package provides an SFTP implementation, as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt, for Go.
Package term manages POSIX terminals. As POSIX terminals are connected to, or emulate, a UART, this package also provides control over the various UART and serial line parameters.
Package log implements a simple structured logging API designed with few assumptions. Designed for centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out to handlers.
Package log implements a simple structured logging API designed with few assumptions. Designed for centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out to handlers.
Package bom is used to clean up UTF-8 Byte Order Marks.
The Unicode Standard defines UTF-8 byte order marks as the byte sequence 0xEF,0xBB,0xBF, but neither requires nor recommends their use. The Go standard library provides no support for UTF-8 byte order marks, and it looks like it never will.
Package dburl provides a standard, net/url.URL style mechanism for parsing and opening SQL database connection strings for Go. Provides standardized way to parse and open @url#URL,URL's for popular databases PostgreSQL, MySQL, SQLite3, Oracle Database, Microsoft SQL Server, in addition to most other SQL databases with a publicly available Go driver.
Package xdg provides an implementation of the XDG Base Directory Specification. The specification defines a set of standard paths for storing application files including data and configuration files. For portability and flexibility reasons, applications should use the XDG defined locations instead of hardcoding paths. The package also includes the locations of well known user directories.
✨
This package implements a log client.
Documentation at https://melpa.org/#/helm-github-stars
Documentation at https://melpa.org/#/eshell-git-prompt
Documentation at https://melpa.org/#/git-gutter-fringe
This package provides a spec-compliant gitignore parser for Python.
Package implements the decoding of logfmt key-value pairs.
This package implements a parallel testing framework for Go.
This package provides a pretty printer for Go values.
Go package for parsing log lines in the logfmt style.
This package provides a variety of themes for Emacs Shell (Eshell) prompt.
This package provides re-implemented Golang Generics map, filter, contains, find functionality.
This package emulates aspects of the ill-fated "try" proposal using generics.
This package extends git-gutter to use the fringe area of a window.
Package term provides structures and helper functions to work with terminal (state, sizes).
This wrapper around rclone makes any destination supported by rclone usable with git-annex.