summaryrefslogtreecommitdiff
path: root/process/process.go
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-24 23:40:10 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-24 23:40:10 +0100
commitee387a8539c60e5c9c1d6894fce07e74c9414665 (patch)
tree0a434ca74bd697daf01b78e0416a8e803b2c07e6 /process/process.go
parent50c041108dc321cf37f191dfb697cee0ade426d2 (diff)
gather and receiver works
Diffstat (limited to 'process/process.go')
-rw-r--r--process/process.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/process/process.go b/process/process.go
index c0e25e2..6f4ec11 100644
--- a/process/process.go
+++ b/process/process.go
@@ -22,10 +22,6 @@ func (self *Process) String() string {
return str
}
-func (self *Process) Print() {
- fmt.Println(self)
-}
-
func Gather(res chan<- Process) {
re, _ := regexp.Compile("^[0-9]+$")