summaryrefslogtreecommitdiffhomepage
path: root/util/deephash/testtype/testtype.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/deephash/testtype/testtype.go')
-rw-r--r--util/deephash/testtype/testtype.go30
1 files changed, 15 insertions, 15 deletions
diff --git a/util/deephash/testtype/testtype.go b/util/deephash/testtype/testtype.go
index 3c90053d6..2df38da87 100644
--- a/util/deephash/testtype/testtype.go
+++ b/util/deephash/testtype/testtype.go
@@ -1,15 +1,15 @@
-// Copyright (c) Tailscale Inc & AUTHORS
-// SPDX-License-Identifier: BSD-3-Clause
-
-// Package testtype contains types for testing deephash.
-package testtype
-
-import "time"
-
-type UnexportedAddressableTime struct {
- t time.Time
-}
-
-func NewUnexportedAddressableTime(t time.Time) *UnexportedAddressableTime {
- return &UnexportedAddressableTime{t: t}
-}
+// Copyright (c) Tailscale Inc & AUTHORS
+// SPDX-License-Identifier: BSD-3-Clause
+
+// Package testtype contains types for testing deephash.
+package testtype
+
+import "time"
+
+type UnexportedAddressableTime struct {
+ t time.Time
+}
+
+func NewUnexportedAddressableTime(t time.Time) *UnexportedAddressableTime {
+ return &UnexportedAddressableTime{t: t}
+}