From 0a71e6d269e60f844a2d08069ca5bdee9b91b388 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 28 Mar 2019 01:21:41 +0100 Subject: commands: display comment's id in "git bug comment" --- identity/identity_stub.go | 1 + 1 file changed, 1 insertion(+) (limited to 'identity') diff --git a/identity/identity_stub.go b/identity/identity_stub.go index 592eab30..a2cee0ad 100644 --- a/identity/identity_stub.go +++ b/identity/identity_stub.go @@ -20,6 +20,7 @@ type IdentityStub struct { } func (i *IdentityStub) MarshalJSON() ([]byte, error) { + // TODO: add a type marker return json.Marshal(struct { Id string `json:"id"` }{ -- cgit