Skip to content
Dan Ryan edited this page Jul 9, 2014 · 3 revisions

Hal comes with a default shell adapter, useful for testing your response handlers locally.

Setup

No setup is required.

Usage

// blank import to register adapter
import _ "github.com/danryan/hal/adapter/shell"

Configuration

The shell adapter has no special configuration variables.

Clone this wiki locally