summaryrefslogtreecommitdiff
path: root/src/pkg/os/time.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/os/time.go')
-rw-r--r--src/pkg/os/time.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/os/time.go b/src/pkg/os/time.go
index 8e87a49e1..949574d19 100644
--- a/src/pkg/os/time.go
+++ b/src/pkg/os/time.go
@@ -6,7 +6,6 @@ package os
import "syscall"
-
// Time returns the current time, in whole seconds and
// fractional nanoseconds, plus an Error if any. The current
// time is thus 1e9*sec+nsec, in nanoseconds. The zero of