summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-31 00:00:13 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-31 00:00:13 +0100
commit285d29d9e34a906f11b15388c637739c0d630cf7 (patch)
treec0e9df625e747879880e15893769fef0693829c3 /process
parent3d924b60339016201b56c6f31be73e1efa63f8b1 (diff)
Convert numbers to human readable
Diffstat (limited to 'process')
-rw-r--r--process/process.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/process/process.go b/process/process.go
index c4f2953..53db8b7 100644
--- a/process/process.go
+++ b/process/process.go
@@ -107,5 +107,6 @@ func Gather(pTxChan chan<- Process) {
}
}
}
+
pTxChan <- Process{Last: true}
}