From 1de44770943e2521e558f1ab75ffb60d06494775 Mon Sep 17 00:00:00 2001
From: Matt Strapp <matt@mattstrapp.net>
Date: Tue, 6 Aug 2024 15:46:52 -0500
Subject: Add docker

Signed-off-by: Matt Strapp <matt@mattstrapp.net>
---
 include/locusts.go | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 include/locusts.go

(limited to 'include')

diff --git a/include/locusts.go b/include/locusts.go
new file mode 100644
index 0000000..957d61a
--- /dev/null
+++ b/include/locusts.go
@@ -0,0 +1,10 @@
+// This exists purely to build the Docker container.
+package main
+
+import (
+	"github.com/locusts-r-us/locusts"
+)
+
+func main() {
+	locusts.IntroduceLocusts()
+}
-- 
cgit v1.2.3