Remove experimental version of context package

This commit is contained in:
Deluan 2022-07-26 16:41:10 -04:00
parent f4bffb1676
commit 0d8eaa2878
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,11 @@
package cmd
import (
"context"
"github.com/navidrome/navidrome/conf"
"github.com/navidrome/navidrome/log"
"github.com/spf13/cobra"
"golang.org/x/net/context"
)
var fullRescan bool