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

gofmt to add new build comments

This commit is contained in:
Arceliar
2021-09-23 04:34:58 -05:00
parent 3613614b41
commit 529a33034b
19 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build darwin
// +build darwin
package multicast

View File

@ -1,3 +1,4 @@
//go:build !linux && !darwin && !netbsd && !freebsd && !openbsd && !dragonflybsd && !windows
// +build !linux,!darwin,!netbsd,!freebsd,!openbsd,!dragonflybsd,!windows
package multicast

View File

@ -1,3 +1,4 @@
//go:build linux || netbsd || freebsd || openbsd || dragonflybsd
// +build linux netbsd freebsd openbsd dragonflybsd
package multicast

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package multicast