From 8ac0cc1360706eb8e5bcd8c0127c63fbdd9d338a Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 21 Aug 2021 18:08:37 -0400 Subject: [PATCH] Fix typo in openbsd build constraint (#125) I noticed this when building termshark with Go 1.17. --- ztypes_openbsd_32bit_int.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztypes_openbsd_32bit_int.go b/ztypes_openbsd_32bit_int.go index dee9e62..c9aa316 100644 --- a/ztypes_openbsd_32bit_int.go +++ b/ztypes_openbsd_32bit_int.go @@ -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