Add //go:build lines for Go 1.18

This will be needed eventually, so add them now already.
release
Ayke van Laethem 2 years ago committed by Ron Evans
parent 4c0df2892d
commit 96a2be1571

@ -1,3 +1,4 @@
//go:build !baremetal
// +build !baremetal
// Some documentation for the BlueZ D-Bus interface:

@ -1,3 +1,4 @@
//go:build softdevice && s110v8
// +build softdevice,s110v8
package bluetooth

@ -1,3 +1,4 @@
//go:build (softdevice && s132v6) || (softdevice && s140v6) || (softdevice && s140v7)
// +build softdevice,s132v6 softdevice,s140v6 softdevice,s140v7
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s113v7
// +build softdevice,s113v7
package bluetooth

@ -1,3 +1,4 @@
//go:build (softdevice && s113v7) || (softdevice && s132v6) || (softdevice && s140v6) || (softdevice && s140v7)
// +build softdevice,s113v7 softdevice,s132v6 softdevice,s140v6 softdevice,s140v7
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s110v8
// +build softdevice,s110v8
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s113v7
// +build softdevice,s113v7
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s132v6
// +build softdevice,s132v6
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s140v6
// +build softdevice,s140v6
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s140v7
// +build softdevice,s140v7
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice
// +build softdevice
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice
// +build softdevice
package bluetooth

@ -1,3 +1,4 @@
//go:build !baremetal
// +build !baremetal
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice && s110v8
// +build softdevice,s110v8
package bluetooth

@ -1,3 +1,4 @@
//go:build (softdevice && s113v7) || (softdevice && s132v6) || (softdevice && s140v6) || (softdevice && s140v7)
// +build softdevice,s113v7 softdevice,s132v6 softdevice,s140v6 softdevice,s140v7
package bluetooth

@ -1,3 +1,4 @@
//go:build (softdevice && s132v6) || (softdevice && s140v6) || (softdevice && s140v7)
// +build softdevice,s132v6 softdevice,s140v6 softdevice,s140v7
package bluetooth

@ -1,3 +1,4 @@
//go:build !baremetal
// +build !baremetal
package bluetooth

@ -1,3 +1,4 @@
//go:build (softdevice && s132v6) || (softdevice && s140v6) || (softdevice && s140v7)
// +build softdevice,s132v6 softdevice,s140v6 softdevice,s140v7
package bluetooth

@ -1,3 +1,4 @@
//go:build !baremetal
// +build !baremetal
package bluetooth

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package bluetooth

@ -1,3 +1,4 @@
//go:build softdevice
// +build softdevice
package bluetooth

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

@ -1,3 +1,4 @@
//go:build softdevice
// +build softdevice
package bluetooth

Loading…
Cancel
Save