aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.go
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-20 18:07:21 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-20 18:07:21 -0500
commit69c1fde803a3dc4eff0ae0fb564b83b18d8e9415 (patch)
tree64279f9f6a941c46bf912a066b2bf3e2a460ea7e /include/locusts.go
parentI hate you VSCode (diff)
downloadlocusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.tar
locusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.tar.gz
locusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.tar.bz2
locusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.tar.lz
locusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.tar.xz
locusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.tar.zst
locusts-69c1fde803a3dc4eff0ae0fb564b83b18d8e9415.zip
Try to put Python all in the src/ folderHEADmaster
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--include/locusts.go10
1 files changed, 0 insertions, 10 deletions
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()
-}