Concept plugin layout

This commit is contained in:
Nicholas Thompson
2019-03-31 19:57:55 +02:00
committed by ncthompson
parent d02de285d9
commit 47e73a4eff
12 changed files with 362 additions and 286 deletions
-2
View File
@@ -1,7 +1,6 @@
package mk2driver
import (
"fmt"
"time"
)
@@ -64,7 +63,6 @@ func (m *mock) genMockValues() {
if mult < 0 {
mult = 1.0
}
fmt.Printf("Sending\n")
m.c <- input
time.Sleep(1 * time.Second)
}