[tor-commits] [goptlib/master] import syntax.

dcf at torproject.org dcf at torproject.org
Sun Nov 10 03:11:28 UTC 2013


commit c855df8c678205d534bccb7874632a9ac8cd3a27
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Nov 9 17:34:24 2013 -0800

    import syntax.
---
 pt_test.go |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pt_test.go b/pt_test.go
index 44cfa54..62ec5f6 100644
--- a/pt_test.go
+++ b/pt_test.go
@@ -1,8 +1,10 @@
 package pt
 
-import "bytes"
-import "os"
-import "testing"
+import (
+	"bytes"
+	"os"
+	"testing"
+)
 
 func stringIsSafe(s string) bool {
 	for _, c := range []byte(s) {





More information about the tor-commits mailing list