From a30d6403f723765b8f9b7609e7eb3ade0f5434a0 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sat, 10 Sep 2016 17:40:23 +0100 Subject: Make client a top-level package for consistency --- cmd/cashier/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/cashier/main.go') diff --git a/cmd/cashier/main.go b/cmd/cashier/main.go index 4ceaa80..b25e36a 100644 --- a/cmd/cashier/main.go +++ b/cmd/cashier/main.go @@ -9,7 +9,7 @@ import ( "path" "time" - "github.com/nsheridan/cashier/cmd/cashier/client" + "github.com/nsheridan/cashier/client" "github.com/pkg/browser" "github.com/spf13/pflag" "golang.org/x/crypto/ssh/agent" -- cgit v1.2.3