Home Projects Members Contact

Projects

Applications

mdsite

Status: usable

A program to create sites using only a template and markdown files.

Go libraries

router

Status: usable

A Go library for http routing designed to make handler code short and readable.

migrate

Status: usable

A Go library to migrate database schemas. Without dangerous features using migration from disk and downgrading. Requires a tool like go-bindata.

forms

Status: usable

A Go library to bind http forms to a struct.

validate

Status: usable

A Go library to validate structs based on struct tags, rules are only compiled once per struct to minimize overhead.

assert

Status: usable

A Go library for assertions with minimal dependencies, support “magic” comparisons using go-cmp.

flog

Status: usable

A Go library to log messages to a file.

waitfor

Status: usable

A Go library to wait for a TCP connection to be ready. Useful for tests or services that can’t start until the service they depend on is ready.