Skip to content

Commit 8de74c2

Browse files
committed
fix(internal/json): add arrow_json_stdlib build tag
1 parent fb174ba commit 8de74c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/json/json.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
//go:build !tinygo
18-
// +build !tinygo
17+
//go:build !tinygo && !arrow_json_stdlib
18+
// +build !tinygo,!arrow_json_stdlib
1919

2020
package json
2121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616

17-
//go:build tinygo
17+
//go:build tinygo ||
1818
// +build tinygo
1919

2020
package json

0 commit comments

Comments
 (0)