Update after goimports change

This commit is contained in:
Nick Craig-Wood 2018-12-04 10:11:57 +00:00
parent 3f572e6bf2
commit 26b5f55cba
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ package mountlib
import (
"log"
"github.com/sevlyar/go-daemon"
daemon "github.com/sevlyar/go-daemon"
)
func startBackgroundMode() bool {