[tor-commits] [snowflake/master] Add missing import removed in 0c02af3

arlo at torproject.org arlo at torproject.org
Thu Oct 12 21:28:08 UTC 2017


commit 3b9a4624bd1b4db0afcb6d2dbb928379ec419218
Author: Arlo Breault <arlolra at gmail.com>
Date:   Thu Oct 12 17:26:32 2017 -0400

    Add missing import removed in 0c02af3
---
 client/util.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/util.go b/client/util.go
index c90e17d..20817c3 100644
--- a/client/util.go
+++ b/client/util.go
@@ -1,6 +1,7 @@
 package main
 
 import (
+	"fmt"
 	"log"
 	"time"
 



More information about the tor-commits mailing list