Bug fixes
- Fixed visibility for Go libraries in
internal
directories. Previously,
internal visibility was applied to packages in subdirectories ofinternal
,
directories, notinternal
directories themselves. Thanks to @robfig. go_repository
no longer runscat
, andgenrules
are replaced with native
rules to reduce dependence on msys2 on Windows. Thanks to @tomlu.- Cases in
select
expressions are no longer emitted for platforms that aren't
supported by the current version of rules_go.