diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-25 00:15:30 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-25 00:15:30 +0100 |
| commit | 9b865d25ac5dde4045e3d3b6c4a333dfb51af7fc (patch) | |
| tree | b5404ee373c11f7568787f175ecbf2c3bc36d9bf /main | |
| parent | f6473fc7afd385b652e1ccdb745c43292f14a852 (diff) | |
do some clever stuff
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.go b/main/main.go index e408e4b..6cef683 100644 --- a/main/main.go +++ b/main/main.go @@ -24,7 +24,7 @@ func gather(timer <-chan bool, processes chan<- process.Process) { func receive(processes <-chan process.Process) { for process := range processes { - fmt.Println(process) + process.Print() } } |
