c5da72e9

By: Michael Lynch <git@mtlynch.io>

Depend on sqlite store in handlers

Remove the handler-local Store interface and have handlers.New accept sqlite.Store directly. This simplifies the server wiring now that handlers only use the SQLite-backed store.