tools

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2019 License: Apache-2.0

README

Tools

Below you'll find a list of tools that I've developed for fun or because they turn out to be useful.

They are mostly all written in Go and distributed under the license specified in the LICENSE file.

flags

flags provides a set of custom defined flags that you can easily use with the flag package from the standard library.

Learn more about it on this justforfunc video.

docs

httplog

httplog provides an implementation of http.RoundTripper that logs every single request and response using a given logging function.

docs

imgcat

imgcat provides a convenient way to print images into iTerm2.

docs

tree

tree is a very simple implementation of the tree unix command. This implementation doesn't provide any options as flags.

Disclaimer

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.

Directories

Path Synopsis
Package flags implements command-line flag parsing for types that are not part of the standard library flag package, but I consider to be useful.
Package flags implements command-line flag parsing for types that are not part of the standard library flag package, but I consider to be useful.
Package httplog provides an implementation of http.RoundTripper that logs every single request and response using a given logging function.
Package httplog provides an implementation of http.RoundTripper that logs every single request and response using a given logging function.
tree is a very simple implementation of the tree unix command.
tree is a very simple implementation of the tree unix command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL