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
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
load("//lib/private:expand_template_toolchain.bzl", "expand_template_toolchain")
go_library(
name = "expand_template_lib",