From d3893a5e04868fb99df28c8da62a0ee59d7e9064 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 16 Jul 2018 15:21:21 +0200 Subject: rework the commands thing and add a "commands" command to list all commands --- bug/bug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug') diff --git a/bug/bug.go b/bug/bug.go index f536716e..a82ee371 100644 --- a/bug/bug.go +++ b/bug/bug.go @@ -34,7 +34,7 @@ type Bug struct { // Create a new Bug func NewBug() (*Bug, error) { - // TODO: replace with simple random bytes + hash + // TODO: replace with commit hash of (first commit + some random) // Creating UUID Version 4 unique, err := uuid.ID4() -- cgit