/toolbox

A collection of handy tools for common tasks.

Primary LanguageGoOtherNOASSERTION

Toolbox

A collection of handy tools for common tasks.

json.go

Pretty print JSON files (from file system or HTTP requests.)

$ go build json.go
$ ./json.go <filename or URL>

serve.go

Statically serve file tree from the current directory.

$ go build serve.go
$ ./serve [-port=<port>]