From 96acffdc359a93b339ea3a635218cc15df2916f0 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Tue, 14 Jul 2015 10:57:57 -0700 Subject: [PATCH] Updated copyright, removed commented imports --- test/bench_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/bench_test.go b/test/bench_test.go index 92e45eae..75715e82 100644 --- a/test/bench_test.go +++ b/test/bench_test.go @@ -1,12 +1,10 @@ -// Copyright 2012-2013 Apcera Inc. All rights reserved. +// Copyright 2012-2015 Apcera Inc. All rights reserved. package test import ( "bufio" - // "encoding/hex" "fmt" - // "io" "math/rand" "net" "testing"