From eba03a2f4a612a7ba908b8b1d1ffa053b0ff1550 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 3 May 2017 11:01:01 -0700 Subject: [PATCH] Update README. Adds atpoing, renfnv, and yamll to list of programs. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bf566f2..7cdc3d1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Contents: assert/ Error handling, assertion-style. cmd/ + atping/ Automated TCP ping, meant for putting in cronjobs. certchain/ Display the certificate chain from a TLS connection. certdump/ Dump certificate information. @@ -28,11 +29,13 @@ Contents: current working directory) imports for a Go file. readchain/ Print the common name for the certificates in a bundle. + renfnv/ Rename a file to base32-encoded 64-bit FNV-1a hash. showimp Display the external imports in a package. stealchain/ Dump the verified chain from a TLS connection. tlskeypair/ Check whether a TLS certificate and key file match. utc/ Convert times to UTC. + yamll/ A small YAML linter. die/ Death of a program. fileutil/ Common file functions. lib/ Commonly-useful functions for writing Go programs.