fix: Make telegraf compile on Windows with golang 1.16.2 (#10246)

This commit is contained in:
Sven Rebhan 2021-12-08 23:10:31 +01:00 committed by GitHub
parent 4c38c384dd
commit 31cbd2e504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,3 +1,6 @@
//go:build !openbsd
// +build !openbsd
package modbus
import (

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,3 +1,4 @@
//go:build openbsd
// +build openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus

View File

@ -1,4 +1,5 @@
//go:build !openbsd
// +build !openbsd
package modbus