mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-15 15:36:06 +00:00
Run goimports
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user