diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-05-14 09:09:52 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-05-14 09:09:52 +0200 |
commit | 3bf41b06ae6ec9a558d3b1f1f315509ccef97010 (patch) | |
tree | 2d0d03da4e9d344c5de5dc01f11b5900025dff35 /tun/wintun/netshell | |
parent | 3147f000897be94066069c1a703272b7e282a015 (diff) |
global: regroup all imports
Diffstat (limited to 'tun/wintun/netshell')
-rw-r--r-- | tun/wintun/netshell/netshell_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/wintun/netshell/netshell_windows.go b/tun/wintun/netshell/netshell_windows.go index cb03252..3122d87 100644 --- a/tun/wintun/netshell/netshell_windows.go +++ b/tun/wintun/netshell/netshell_windows.go @@ -13,7 +13,7 @@ import ( ) var ( - modnetshell = windows.NewLazySystemDLL("netshell.dll") + modnetshell = windows.NewLazySystemDLL("netshell.dll") procHrRenameConnection = modnetshell.NewProc("HrRenameConnection") ) |