Concept plugin layout

This commit is contained in:
Nicholas Thompson
2019-03-10 21:36:34 +02:00
committed by ncthompson
parent d02de285d9
commit 47e73a4eff
12 changed files with 363 additions and 287 deletions

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)
}