mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-27 21:55:07 +03:00
Run goimports
This commit is contained in:
parent
90f9be38c5
commit
41d890bb64
7 changed files with 23 additions and 12 deletions
|
@ -1,3 +1,4 @@
|
|||
//go:build android
|
||||
// +build android
|
||||
|
||||
package mobile
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package mobile
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !android && !ios
|
||||
// +build !android,!ios
|
||||
|
||||
package mobile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue