gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/pkg/tcpip/hash/jenkins/BUILD (about) 1 load("//tools:defs.bzl", "go_library", "go_test") 2 3 package( 4 default_applicable_licenses = ["//:license"], 5 licenses = ["notice"], 6 ) 7 8 go_library( 9 name = "jenkins", 10 srcs = ["jenkins.go"], 11 visibility = ["//visibility:public"], 12 ) 13 14 go_test( 15 name = "jenkins_test", 16 size = "small", 17 srcs = [ 18 "jenkins_test.go", 19 ], 20 library = ":jenkins", 21 )