Skip to content
Snippets Groups Projects
Commit cccd3710 authored by thaidn's avatar thaidn Committed by Tink Team
Browse files

Fix typo.

PiperOrigin-RevId: 234498842
GitOrigin-RevId: 044717f3b0e99f2290fb51ae8fb6ffd883cfd80f
parent 6d22d79f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") ...@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library( go_library(
name = "go_default_library", name = "go_default_library",
srcs = [ srcs = [
"constants.go", "constant.go",
"testutil.go", "testutil.go",
], ],
importpath = "github.com/google/tink/go/testutil", importpath = "github.com/google/tink/go/testutil",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment