chore(no-torrent)_: Added pre 1.17 build commands

This commit is contained in:
Samuel Hawksby-Robinson 2024-06-05 10:25:30 +01:00
parent 92c431f9cc
commit 88343eed50
4 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,6 @@
//go:build (!android || !ios) && (windows || linux || darwin)
// +build !android !ios
// +build windows linux darwin
package communities

View File

@ -1,4 +1,6 @@
//go:build (!windows || !linux || !darwin) && (android || ios)
// +build !windows !linux !darwin
// +build android ios
package communities

View File

@ -1,4 +1,6 @@
//go:build (!android || !ios) && (windows || linux || darwin)
// +build !android !ios
// +build windows linux darwin
package communities

View File

@ -1,4 +1,6 @@
//go:build (!windows || !linux || !darwin) && (android || ios)
// +build !windows !linux !darwin
// +build android ios
package communities