blob: 0a728bbc079cb907e08b9cb4b9e29dfe2d3ff22a [file] [log] [blame]
# Copyright 2020 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")
group("go") {
deps = [ ":fuzzing" ]
}
go_library("fuzzing") {
sources = [
"disabled.go",
"enabled.go",
]
}