blob: 18a73d183eac5150d4d44c79b74d014fec17d12a [file] [log] [blame]
# Copyright 2018 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")
import("//build/go/go_test.gni")
go_library("sse") {
name = "fuchsia.googlesource.com/sse"
}
go_test("sse_test") {
gopackages = [ "fuchsia.googlesource.com/sse" ]
deps = [ ":sse" ]
}