blob: 9536941c653efc6e98a900cd1ec61035cc8ff0cb [file] [log] [blame]
# Copyright 2022 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.
import("//build/go/go_library.gni")
go_library("license") {
sources = [
"config.go",
"init.go",
"metrics.go",
"pattern.go",
"search.go",
]
deps = [
"//third_party/golibs:golang.org/x/sync",
"//tools/check-licenses/file",
"//tools/lib/logger",
]
}