fix: remove missing toolchain load (#437)
This commit is contained in:
parent
3b4b59c4b4
commit
66da21ff6f
|
@ -1,5 +1,4 @@
|
||||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
||||||
load("//lib/private:expand_template_toolchain.bzl", "expand_template_toolchain")
|
|
||||||
|
|
||||||
go_library(
|
go_library(
|
||||||
name = "expand_template_lib",
|
name = "expand_template_lib",
|
||||||
|
|
Loading…
Reference in New Issue