all: gofmt all
Well, goimports actually (which adds the normal import grouping order we do) Change-Id: I0ce1b1c03185f3741aad67c14a7ec91a838de389 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
deb56f276e
commit
6bed781259
@ -9,4 +9,3 @@
|
|||||||
|
|
||||||
// Force registration of tailssh with LocalBackend.
|
// Force registration of tailssh with LocalBackend.
|
||||||
import _ "tailscale.com/ssh/tailssh"
|
import _ "tailscale.com/ssh/tailssh"
|
||||||
|
|
||||||
|
@ -6,9 +6,10 @@
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/go-ole/go-ole"
|
|
||||||
"syscall"
|
"syscall"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
|
"github.com/go-ole/go-ole"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (v *INetworkConnection) GetAdapterId() (string, error) {
|
func (v *INetworkConnection) GetAdapterId() (string, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user