重新构建可运行的demo

This commit is contained in:
2024-08-06 10:02:32 +08:00
parent 74f18cdf83
commit 4e77e9ab4f
19 changed files with 34 additions and 3203 deletions
+9
View File
@@ -0,0 +1,9 @@
load("@rules_go//go:def.bzl", "go_library")
go_library(
name = "lib",
srcs = ["lib.go"],
importpath = "hello/lib",
visibility = ["//visibility:public"],
deps = ["@com_github_redis_go_redis_v9//:go-redis"],
)