1

move go_binary_override to rules_go

also, do not ignore the user's gc_linkopts.
This commit is contained in:
Motiejus Jakštys
2021-11-07 12:31:24 +02:00
parent c549c095ab
commit f50493ca72
3 changed files with 10 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
load("//rules:go_binary_override.bzl", "go_binary")
load("//rules:rules_go.bzl", "go_binary")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(