kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/platform/vfs/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_library", "go_test") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_library( 6 name = "vfs", 7 srcs = ["vfs.go"], 8 importpath = "kythe.io/kythe/go/platform/vfs", 9 ) 10 11 go_test( 12 name = "vfs_test", 13 size = "small", 14 srcs = ["vfs_test.go"], 15 library = ":vfs", 16 deps = [ 17 "//kythe/go/test/testutil", 18 ], 19 )