Update README.
Adds atpoing, renfnv, and yamll to list of programs.
This commit is contained in:
parent
9b18cc18d3
commit
eba03a2f4a
|
@ -8,6 +8,7 @@ Contents:
|
||||||
|
|
||||||
assert/ Error handling, assertion-style.
|
assert/ Error handling, assertion-style.
|
||||||
cmd/
|
cmd/
|
||||||
|
atping/ Automated TCP ping, meant for putting in cronjobs.
|
||||||
certchain/ Display the certificate chain from a
|
certchain/ Display the certificate chain from a
|
||||||
TLS connection.
|
TLS connection.
|
||||||
certdump/ Dump certificate information.
|
certdump/ Dump certificate information.
|
||||||
|
@ -28,11 +29,13 @@ Contents:
|
||||||
current working directory) imports for a Go file.
|
current working directory) imports for a Go file.
|
||||||
readchain/ Print the common name for the certificates
|
readchain/ Print the common name for the certificates
|
||||||
in a bundle.
|
in a bundle.
|
||||||
|
renfnv/ Rename a file to base32-encoded 64-bit FNV-1a hash.
|
||||||
showimp Display the external imports in a package.
|
showimp Display the external imports in a package.
|
||||||
stealchain/ Dump the verified chain from a TLS
|
stealchain/ Dump the verified chain from a TLS
|
||||||
connection.
|
connection.
|
||||||
tlskeypair/ Check whether a TLS certificate and key file match.
|
tlskeypair/ Check whether a TLS certificate and key file match.
|
||||||
utc/ Convert times to UTC.
|
utc/ Convert times to UTC.
|
||||||
|
yamll/ A small YAML linter.
|
||||||
die/ Death of a program.
|
die/ Death of a program.
|
||||||
fileutil/ Common file functions.
|
fileutil/ Common file functions.
|
||||||
lib/ Commonly-useful functions for writing Go programs.
|
lib/ Commonly-useful functions for writing Go programs.
|
||||||
|
|
Loading…
Reference in New Issue