summaryrefslogtreecommitdiffstatshomepage
path: root/imagelist.go
diff options
context:
space:
mode:
authorAlexander Neumann <an2048@gmail.com>2013-07-24 19:22:34 +0200
committerAlexander Neumann <an2048@gmail.com>2013-07-24 19:22:34 +0200
commit123127fba6d947ef6e8862657e855d25b29ce2fd (patch)
tree8aaf0a860bb422b845cbb3b7118de2454325e1d3 /imagelist.go
parentSome changes to keyboard constants (diff)
downloadwireguard-windows-123127fba6d947ef6e8862657e855d25b29ce2fd.tar.xz
wireguard-windows-123127fba6d947ef6e8862657e855d25b29ce2fd.zip
Group imports everywhere
Diffstat (limited to 'imagelist.go')
-rw-r--r--imagelist.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/imagelist.go b/imagelist.go
index c8ec6cf7..4d659f73 100644
--- a/imagelist.go
+++ b/imagelist.go
@@ -9,7 +9,9 @@ import (
"unsafe"
)
-import . "github.com/lxn/go-winapi"
+import (
+ . "github.com/lxn/go-winapi"
+)
type ImageList struct {
hIml HIMAGELIST