github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/pkg/tcpip/network/hash/BUILD (about) 1 load("//tools:defs.bzl", "go_library") 2 3 package(licenses = ["notice"]) 4 5 go_library( 6 name = "hash", 7 srcs = ["hash.go"], 8 visibility = ["//visibility:public"], 9 deps = [ 10 "//pkg/rand", 11 "//pkg/tcpip/header", 12 ], 13 )