mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Run goimports
This commit is contained in:
parent
90f9be38c5
commit
41d890bb64
7 changed files with 23 additions and 12 deletions
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue