1

remove rules/rules_go

1. Go needed quite a few hacks to be made work with Go. From
   https://github.com/ziglang/zig/pull/15060 less hacks are needed (but
   still not zero, though now documented).
2. This file was never meant to be exposed as part of
   `hermetic_cc_toolchain`. I probably broke someone. Sorry.
This commit is contained in:
Motiejus Jakštys
2023-04-24 14:25:29 +03:00
committed by Motiejus Jakštys
parent cb46744cb8
commit 491144c721
6 changed files with 11 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ go_rules_dependencies()
# use latest stable.
go_download_sdk(
name = "go_sdk",
version = "1.20",
version = "1.20.3",
)
go_register_toolchains()