BUILD.bazel 278 B

12345678
  1. load("@io_bazel_rules_go//go:def.bzl", "go_library")
  2. go_library(
  3. name = "routes",
  4. srcs = ["routes.go"],
  5. importpath = "github.com/example/project/dezendorf/applications/golink/internal/routes",
  6. visibility = ["//dezendorf/applications/golink:__subpackages__"],
  7. )