github.com/tencent/goom@v1.0.1/erro/BUILD.bazel (about)

     1  load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2  
     3  go_library(
     4      name = "go_default_library",
     5      srcs = [
     6          "arg_not_found.go",
     7          "arg_not_match.go",
     8          "field_not_found.go",
     9          "func_not_found.go",
    10          "illegal_param.go",
    11          "illegal_param_type.go",
    12          "illegal_status.go",
    13          "ret_param_not_found.go",
    14          "return_not_match.go",
    15          "traceable.go",
    16          "traceable_base.go",
    17          "type_not_found.go",
    18      ],
    19      importpath = "github.com/tencent/goom/erro",
    20      visibility = ["//visibility:public"],
    21      deps = [
    22          "//internal/logger:go_default_library",
    23      ],
    24  )