aboutsummaryrefslogtreecommitdiff
path: root/cmd/list.go
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-07-29 13:09:23 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-07-29 13:09:23 -0500
commitc9359220123330875f15a31e68130efc2d083522 (patch)
treef0948ba68f3df9a3fa9bf8260d7a05a8ea12ad00 /cmd/list.go
parent1dad91f7ec6e98a54a4bbb1ed9f2b13fe45b7048 (diff)
Added README, Licence, and fixed issue with modules
Diffstat (limited to 'cmd/list.go')
-rw-r--r--cmd/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/list.go b/cmd/list.go
index 1e7fc34..4edd77b 100644
--- a/cmd/list.go
+++ b/cmd/list.go
@@ -3,7 +3,7 @@ package cmd
import (
"fmt"
"flag"
- "golang.furkistan.com/zfdiff/snap"
+ "golang.furkistan.com/zsu/snap"
)
func List(params []string) {