diff options
Diffstat (limited to 'libgo/go/os/time.go')
-rw-r--r-- | libgo/go/os/time.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/os/time.go b/libgo/go/os/time.go index 8e87a49..949574d 100644 --- a/libgo/go/os/time.go +++ b/libgo/go/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 |