The bom package provides small tools for cleaning BOMs from a byte array or reader.
This package provides an SFTP implementation, as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt, for Go.
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 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.
✨
TBD
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.
This package provides re-implemented Golang Generics map, filter, contains, find functionality.
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 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.
XDR is an External Data Representation (XDR) marshalling and unmarshalling library in Go. It uses code generation and not reflection.