aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/dpapi
diff options
context:
space:
mode:
Diffstat (limited to 'conf/dpapi')
-rw-r--r--conf/dpapi/dpapi_windows.go3
-rw-r--r--conf/dpapi/dpapi_windows_test.go3
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/dpapi/dpapi_windows.go b/conf/dpapi/dpapi_windows.go
index 03a5d8a3..05074717 100644
--- a/conf/dpapi/dpapi_windows.go
+++ b/conf/dpapi/dpapi_windows.go
@@ -7,9 +7,10 @@ package dpapi
import (
"errors"
- "golang.org/x/sys/windows"
"runtime"
"unsafe"
+
+ "golang.org/x/sys/windows"
)
const (
diff --git a/conf/dpapi/dpapi_windows_test.go b/conf/dpapi/dpapi_windows_test.go
index e0e9b42d..8356f2d4 100644
--- a/conf/dpapi/dpapi_windows_test.go
+++ b/conf/dpapi/dpapi_windows_test.go
@@ -7,9 +7,10 @@ package dpapi
import (
"bytes"
- "golang.org/x/sys/windows"
"testing"
"unsafe"
+
+ "golang.org/x/sys/windows"
)
func TestRoundTrip(t *testing.T) {