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

Unified Diff: state/ssh.go

Issue 6810065: all: gofmt (Closed)
Patch Set: all: gofmt Created 12 years, 5 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 | « state/service_test.go ('k') | state/state.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/ssh.go
=== modified file 'state/ssh.go'
--- state/ssh.go 2012-09-27 14:02:49 +0000
+++ state/ssh.go 2012-11-01 14:08:11 +0000
@@ -220,7 +220,7 @@
error <-chan *sshError // Error printed by ssh.
wait <-chan error // SSH exit status.
output io.Closer // The output pipe.
- cmd *exec.Cmd // The running command.
+ cmd *exec.Cmd // The running command.
}
func (p *sshProc) stop() {
« no previous file with comments | « state/service_test.go ('k') | state/state.go » ('j') | no next file with comments »

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