Commit 6b0bf4f6 authored by Jeromy's avatar Jeromy

dont return interfaces

parent 1258c87d
......@@ -28,7 +28,7 @@ type DatastoreCloser interface {
//
// If prefix is not unique, New will panic. Call Close to release the
// prefix.
func New(prefix string, ds datastore.Datastore) DatastoreCloser {
func New(prefix string, ds datastore.Datastore) *measure {
m := &measure{
backend: ds,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment