blob: 296829c56799e1c6a91088a00f2b4ac4a7f6c2c6 [file]
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
load("@io_bazel_rules_go//go:def.bzl", "go_library")
load("@platforms//host:constraints.bzl", "HOST_CONSTRAINTS")
go_library(
name = "parseoutput",
srcs = [
"parseoutput.go",
],
importpath = "go.fuchsia.dev/fuchsia/src/connectivity/network/testing/conformance/parseoutput",
target_compatible_with = HOST_CONSTRAINTS,
visibility = ["//visibility:public"],
)