github.com/tencent/goom@v1.0.1/internal/arch/x86asm/BUILD.bazel (about) 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 2 3 go_library( 4 name = "go_default_library", 5 srcs = [ 6 "decode.go", 7 "inst.go", 8 "tables.go", 9 ], 10 importpath = "github.com/tencent/goom/internal/arch/x86asm", 11 visibility = ["//:__subpackages__"], 12 )