kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/services/explore/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_library") 2 3 package( 4 default_visibility = ["//kythe:default_visibility"], 5 licenses = ["notice"], 6 ) 7 8 go_library( 9 name = "explore", 10 srcs = ["explore.go"], 11 importpath = "kythe.io/kythe/go/services/explore", 12 deps = ["//kythe/proto:explore_go_proto"], 13 )