Add support for OpenBSD (#5578)

Co-authored-by: Dave St.Germain <dcs@adullmoment.com>
This commit is contained in:
Dave St.Germain
2024-05-10 17:35:41 -04:00
committed by GitHub
parent d3032d1e80
commit 731b3aadbe
2 changed files with 27 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
//go:build openbsd || netbsd || plan9 || solaris
// +build openbsd netbsd plan9 solaris
//go:build netbsd || plan9 || solaris
// +build netbsd plan9 solaris
package stats