2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00

fix: remove missing toolchain load (#437)

This commit is contained in:
Sahin Yort 2023-05-16 15:07:06 -07:00 committed by GitHub
parent 3b4b59c4b4
commit 66da21ff6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",