MAGIC - add go:build tag

This commit is contained in:
Emman 2021-10-12 09:25:53 +08:00
parent 4a7e41b380
commit 5913d5ccc2
5 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !amd64
// +build !amd64
package xor

View File

@ -1,3 +1,4 @@
//go:build dragonfly || freebsd || netbsd || openbsd
// +build dragonfly freebsd netbsd openbsd
package smx509

View File

@ -1,3 +1,4 @@
//go:build js && wasm
// +build js,wasm
package smx509

View File

@ -1,3 +1,4 @@
//go:build plan9
// +build plan9
package smx509

View File

@ -1,3 +1,4 @@
//go:build aix || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
// +build aix dragonfly freebsd js,wasm linux netbsd openbsd solaris
package smx509