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

go_library(
    name = "go_default_library",
    srcs = ["paths.go"],
Oliver Herms's avatar
Oliver Herms committed
    importmap = "github.com/bio-routing/bio-rd/vendor/github.com/golang/dep/gps/paths",
Serge Bazanski's avatar
Serge Bazanski committed
    importpath = "github.com/golang/dep/gps/paths",
    visibility = ["//visibility:public"],
)