4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-18 00:36:07 +00:00

Run goimports

This commit is contained in:
Neil Alexander
2022-04-17 18:02:25 +01:00
parent 90f9be38c5
commit 41d890bb64
7 changed files with 23 additions and 12 deletions

View File

@ -3,8 +3,11 @@
package multicast
import "syscall"
import "golang.org/x/sys/unix"
import (
"syscall"
"golang.org/x/sys/unix"
)
func (m *Multicast) _multicastStarted() {

View File

@ -3,8 +3,11 @@
package multicast
import "syscall"
import "golang.org/x/sys/windows"
import (
"syscall"
"golang.org/x/sys/windows"
)
func (m *Multicast) _multicastStarted() {