Skip to content

Commit

Permalink
refactor and bump gosn-v2 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Dec 11, 2023
1 parent 4795706 commit 6957cfd
Show file tree
Hide file tree
Showing 25 changed files with 968 additions and 617 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cover: test
go tool cover -html=coverage.txt

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

lint:
golangci-lint run
Expand Down
3 changes: 2 additions & 1 deletion cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package sncli
import (
"errors"
"fmt"
"github.com/jonhadfield/gosn-v2/cache"
"os"

"github.com/jonhadfield/gosn-v2/cache"
)

func Resync(s *cache.Session, cacheDBDir, appName string) error {
Expand Down
Loading

0 comments on commit 6957cfd

Please sign in to comment.