Skip to content
Snippets Groups Projects
BUILD.bazel 230 B
Newer Older
Daniel Czerwonk's avatar
Daniel Czerwonk committed
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
    name = "go_default_library",
    srcs = ["conn_mock.go"],
    importpath = "github.com/bio-routing/bio-rd/testing",
    visibility = ["//visibility:public"],
)