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 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 is an extension of Golang log.
Package implements the decoding of logfmt key-value pairs.
This package provides a pretty printer for Go values.
Go package for parsing log lines in the logfmt style.
Package cron implements a cron spec parser and job runner.
This package provides a variety of themes for Emacs Shell (Eshell) prompt.
go-github-com-oklog-run
a universal mechanism to manage goroutine lifecycles.
This package extends git-gutter
to use the fringe area of a window.
This wrapper around rclone makes any destination supported by rclone usable with git-annex.
This package implements a mDNS (multicast DNS) used by Pion.
This package provides tools for handling BAM, SAM, Tabix, bgzf, CRAM, CSIv1, CSIv2 and FAI files.
This is a library for performing OAuth Device flow and Web application flow in Go client apps.
Go-md2man is a Go program that converts markdown to roff for the purpose of building man pages.
This repository contains the go-codec
library, the codecgen
tool and benchmarks for comparing against other libraries.
This package provides a native DTLS 1.2 implementation in Golang.
Package qdisc
allows getting queuing discipline information via netlink,similarly to what tc -s qdisc show
does.
pcg
is a random number generator that uses Permuted Congruential Generator (PCG) algorithm.