summaryrefslogtreecommitdiffhomepage
path: root/types/empty
diff options
context:
space:
mode:
authorNick Khyl <nickk@tailscale.com>2024-12-05 13:16:48 -0600
committerNick Khyl <nickk@tailscale.com>2024-12-05 13:16:48 -0600
commit0267fe83b200f1702a2fa0a395442c02a053fadb (patch)
tree63654c55225eeb834de59a5a0bc8d19033c6145b /types/empty
parent87546a5edf6b6503a87eeb2d666baba57398a066 (diff)
downloadtailscale-1.78.0.tar.xz
tailscale-1.78.0.zip
VERSION.txt: this is v1.78.0v1.78.0
Signed-off-by: Nick Khyl <nickk@tailscale.com>
Diffstat (limited to 'types/empty')
-rw-r--r--types/empty/message.go26
1 files changed, 13 insertions, 13 deletions
diff --git a/types/empty/message.go b/types/empty/message.go
index dc8eb4cc2..5ada7f402 100644
--- a/types/empty/message.go
+++ b/types/empty/message.go
@@ -1,13 +1,13 @@
-// Copyright (c) Tailscale Inc & AUTHORS
-// SPDX-License-Identifier: BSD-3-Clause
-
-// Package empty defines an empty struct type.
-package empty
-
-// Message is an empty message. Its purpose is to be used as pointer
-// type where nil and non-nil distinguish whether it's set. This is
-// used instead of a bool when we want to marshal it as a JSON empty
-// object (or null) for the future ability to add other fields, at
-// which point callers would define a new struct and not use
-// empty.Message.
-type Message struct{}
+// Copyright (c) Tailscale Inc & AUTHORS
+// SPDX-License-Identifier: BSD-3-Clause
+
+// Package empty defines an empty struct type.
+package empty
+
+// Message is an empty message. Its purpose is to be used as pointer
+// type where nil and non-nil distinguish whether it's set. This is
+// used instead of a bool when we want to marshal it as a JSON empty
+// object (or null) for the future ability to add other fields, at
+// which point callers would define a new struct and not use
+// empty.Message.
+type Message struct{}