Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(671)

Unified Diff: src/pkg/time/sys_plan9.go

Issue 5371092: code review 5371092: {syscall,os,time}.go: tentative fixes for port to Plan 9 (Closed)
Patch Set: diff -r c42d15331cea https://go.googlecode.com/hg/ Created 13 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/zsyscall_plan9_386.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/time/sys_plan9.go
===================================================================
--- a/src/pkg/time/sys_plan9.go
+++ b/src/pkg/time/sys_plan9.go
@@ -4,10 +4,10 @@
package time
-import (
- "os"
- "syscall"
-)
+//import (
+// "os"
+// "syscall"
+//)
// for testing: whatever interrupts a sleep
func interrupt() {
« no previous file with comments | « src/pkg/syscall/zsyscall_plan9_386.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b