Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Golang: Make sure testkeysethandle can only be used in test code.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 215618439
GitOrigin-RevId: caf0c71e1456aa1b79bd67a956cae8da64c71b6a
  • Loading branch information
thaidn authored and Tink Team committed Oct 4, 2018
1 parent b5e9a88 commit e3bc3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/testkeysethandle/BUILD.bazel
Expand Up @@ -6,6 +6,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

go_library(
name = "go_default_library",
testonly = 1,
srcs = ["testkeysethandle.go"],
importpath = "github.com/google/tink/go/testkeysethandle",
deps = [
Expand Down

0 comments on commit e3bc3ce

Please sign in to comment.