Fix typo in openbsd build constraint (#125)

I noticed this when building termshark with Go 1.17.
This commit is contained in:
Graham Clark
2021-08-21 18:08:37 -04:00
committed by GitHub
parent c1836eafaf
commit 8ac0cc1360

View File

@@ -1,4 +1,4 @@
//go:build (386 || amd64 || arm || arm64 || mips64) && solaris
//go:build (386 || amd64 || arm || arm64 || mips64) && openbsd
//+build openbsd
//+build 386 amd64 arm arm64 mips64