diff options
author | Ben Burwell <ben@benburwell.com> | 2020-04-13 23:57:13 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-04-13 23:57:13 -0400 |
commit | 2ce3b86e0ff69538935db3149d1ed2f24aea09a3 (patch) | |
tree | 1c0329a5c1191690e57e7160bd3150c9a2851866 /lib | |
parent | 8b1ee3e95010681d98d1b31af98f0ce0832cedd2 (diff) |
Simplify
Diffstat (limited to 'lib')
-rw-r--r-- | lib/proto.go | 1 |
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"` } |