Skip to content

Commit 6957cfd

Browse files
committed
refactor and bump gosn-v2 dependency.
1 parent 4795706 commit 6957cfd

25 files changed

+968
-617
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cover: test
1717
go tool cover -html=coverage.txt
1818

1919
fmt:
20-
find . -name '*.go' | while read -r file; do gofumpt -w -s "$$file"; gofumports -w "$$file"; done
20+
find . -name '*.go' | while read -r file; do gofumpt -w "$$file"; gofumports -w "$$file"; done
2121

2222
lint:
2323
golangci-lint run

cache.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ package sncli
33
import (
44
"errors"
55
"fmt"
6-
"github.com/jonhadfield/gosn-v2/cache"
76
"os"
7+
8+
"github.com/jonhadfield/gosn-v2/cache"
89
)
910

1011
func Resync(s *cache.Session, cacheDBDir, appName string) error {

0 commit comments

Comments
 (0)