Skip to content

Commit

Permalink
Refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Aug 27, 2024
1 parent 77c3f69 commit b05e751
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/uhttp/dbcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"path/filepath"
"sort"
"strings"
"sync"
"time"

_ "github.com/doug-martin/goqu/v9/dialect/sqlite3"
Expand All @@ -30,7 +29,6 @@ type ICache interface {

type DBCache struct {
db *sql.DB
mu sync.RWMutex
defaultExpiration time.Duration
}

Expand Down

0 comments on commit b05e751

Please sign in to comment.