diff options
Diffstat (limited to 'back/Runner/runner.go')
| -rw-r--r-- | back/Runner/runner.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/back/Runner/runner.go b/back/Runner/runner.go new file mode 100644 index 0000000..36558df --- /dev/null +++ b/back/Runner/runner.go @@ -0,0 +1,4 @@ +package runner + +type Message struct { +} |
