aboutsummaryrefslogtreecommitdiff
path: root/lib/proto.go
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-04-13 23:57:13 -0400
committerBen Burwell <ben@benburwell.com>2020-04-13 23:57:13 -0400
commit2ce3b86e0ff69538935db3149d1ed2f24aea09a3 (patch)
tree1c0329a5c1191690e57e7160bd3150c9a2851866 /lib/proto.go
parent8b1ee3e95010681d98d1b31af98f0ce0832cedd2 (diff)
Simplify
Diffstat (limited to 'lib/proto.go')
-rw-r--r--lib/proto.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/proto.go b/lib/proto.go
index 5d8c67a..4e927af 100644
--- a/lib/proto.go
+++ b/lib/proto.go
@@ -6,7 +6,6 @@ import "time"
type SignRequest struct {
Key string `json:"key"`
ValidUntil time.Time `json:"valid_until"`
- Message string `json:"message"`
Version string `json:"version"`
}