[goptlib/master] import syntax.

10 Nov
2013
10 Nov
'13
1:11 a.m.
commit c855df8c678205d534bccb7874632a9ac8cd3a27 Author: David Fifield <david@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) {
4227
Age (days ago)
4227
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org