From 3fef806e674f913b712e834269f20be1e678677b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 May 2019 09:09:01 +0200 Subject: global: regroup all imports --- conf/store.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/store.go') diff --git a/conf/store.go b/conf/store.go index 43f524cd..9c645a6b 100644 --- a/conf/store.go +++ b/conf/store.go @@ -7,11 +7,12 @@ package conf import ( "errors" - "golang.zx2c4.com/wireguard/windows/conf/dpapi" "io/ioutil" "os" "path/filepath" "strings" + + "golang.zx2c4.com/wireguard/windows/conf/dpapi" ) const configFileSuffix = ".conf.dpapi" -- cgit v1.2.3-59-g8ed1b