Skip to content

Instantly share code, notes, and snippets.

@PxyUp
Created October 9, 2019 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PxyUp/513b3e53cf2f1a05aa23f0d640a8567d to your computer and use it in GitHub Desktop.
Save PxyUp/513b3e53cf2f1a05aa23f0d640a8567d to your computer and use it in GitHub Desktop.
Shared Health handler build
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "health",
srcs = ["health.go"],
importpath = "go_monogrepo/packages/shared/handlers/health",
visibility = ["//visibility:public"],
deps = [
"@com_github_gin_gonic_gin//:go_default_library"
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment