aboutsummaryrefslogtreecommitdiff
path: root/src/lib/time
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-11-25 09:22:58 -0800
committerRuss Cox <rsc@golang.org>2008-11-25 09:22:58 -0800
commited490dbed878041f76c9082ab244bc2eda345872 (patch)
treeeacfab39a577df876b4cbd75b4161e094722e303 /src/lib/time
parentb1297aa04f72992186f75441ad2c34eddd829100 (diff)
downloadgo-ed490dbed878041f76c9082ab244bc2eda345872.tar.xz
add author lines
R=r DELTA=150 (147 added, 0 deleted, 3 changed) OCL=19968 CL=19977
Diffstat (limited to 'src/lib/time')
-rw-r--r--src/lib/time/time_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/time/time_test.go b/src/lib/time/time_test.go
index f771ec03cb..d54dfd0217 100644
--- a/src/lib/time/time_test.go
+++ b/src/lib/time/time_test.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// $G $F.go && $L $F.$A && ./$A.out
-
package time
import (