From 69c1fde803a3dc4eff0ae0fb564b83b18d8e9415 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Sep 2024 18:07:21 -0500 Subject: Try to put Python all in the src/ folder Signed-off-by: Matt Strapp --- include/locusts.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 include/locusts.go (limited to 'include') diff --git a/include/locusts.go b/include/locusts.go deleted file mode 100644 index 957d61a..0000000 --- a/include/locusts.go +++ /dev/null @@ -1,10 +0,0 @@ -// 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