Added list all nodes API for backend, with bazel build system.
This commit is contained in:
14
ipgeo/BUILD.bazel
Normal file
14
ipgeo/BUILD.bazel
Normal file
@ -0,0 +1,14 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["ipdb.go"],
|
||||
importpath = "git.eve.moe/jackyyf/navigator/ipgeo",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//mapping/elf:go_default_library",
|
||||
"@com_github_ipipdotnet_ipdb_go//:go_default_library",
|
||||
"@net_starlark_go//starlark:go_default_library",
|
||||
"@net_starlark_go//starlarkstruct:go_default_library",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user