This website requires JavaScript.
Explore
Help
Sign In
bazel
/
bazel-lib
mirror of
https://github.com/bazel-contrib/bazel-lib
Watch
2
Star
0
Fork
You've already forked bazel-lib
0
Code
Issues
Releases
Activity
f0e8c006c0
bazel-lib
/
lib
/
tests
/
transitions
/
main.go
8 lines
73 B
Go
Raw
Normal View
History
Unescape
Escape
Add platform_transition_binary rule (#289) * feat: add platform_transition_binary rule
2022-12-14 19:21:08 +00:00
package
main
import
"fmt"
func
main
(
)
{
chore: bazel run //:format (#682)
2023-12-08 08:30:39 +00:00
fmt
.
Println
(
"Hello World!"
)
Add platform_transition_binary rule (#289) * feat: add platform_transition_binary rule
2022-12-14 19:21:08 +00:00
}