Skip to content

Commit d5fbe8c

Browse files
committed
Add in missing build contraint
1 parent 01d5637 commit d5fbe8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mime/type_unix_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
6+
// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
7+
58
package mime
69

710
import (

0 commit comments

Comments
 (0)