4
0
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:
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

@ -1,3 +1,4 @@
//go:build android
// +build android
package mobile

View File

@ -1,3 +1,4 @@
//go:build ios
// +build ios
package mobile

View File

@ -1,3 +1,4 @@
//go:build !android && !ios
// +build !android,!ios
package mobile