blob: fe3b7f5a17682195311a4eb9ea37f4e7c62b2dba [file]
# Copyright 2024 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.
#
# AUTO-GENERATED - DO NOT EDIT.
#
# Auto-generated by //third_party/golibs/update.sh.
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "goleak",
srcs = [
"doc.go",
"leaks.go",
"options.go",
"testmain.go",
"tracestack_new.go",
],
importmap = "go.fuchsia.dev/fuchsia/third_party/golibs/vendor/go.uber.org/goleak",
importpath = "go.uber.org/goleak",
visibility = ["//visibility:public"],
deps = ["//third_party/golibs/vendor/go.uber.org/goleak/internal/stack"],
)