berryp / toolbox

A collection of handy tools for common tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>]

About

A collection of handy tools for common tasks.

License:Other


Languages

Language:Go 100.0%