[ARVADOS] updated: 2.1.0-28-g9021b2cbd

Git user git at public.arvados.org
Tue Nov 3 15:34:50 UTC 2020


Summary of changes:
 sdk/go/arvados/container.go | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  9021b2cbdd91793136985ffd1157440d81dabbe5 (commit)
      from  9c36fdb897bc73658b64188f0bb94c580b2029f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9021b2cbdd91793136985ffd1157440d81dabbe5
Author: Nico Cesar <nico at nicocesar.com>
Date:   Tue Nov 3 10:34:17 2020 -0500

    Hard to know why time was missing
    
    Arvados-DCO-1.1-Signed-off-by: <nico at curii.com>

diff --git a/sdk/go/arvados/container.go b/sdk/go/arvados/container.go
index f35db712d..298574c8c 100644
--- a/sdk/go/arvados/container.go
+++ b/sdk/go/arvados/container.go
@@ -4,7 +4,9 @@
 
 package arvados
 
-import "time"
+import (
+	"time"
+)
 
 // Container is an arvados#container resource.
 type Container struct {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list