aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-20 14:57:20 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-20 14:57:20 -0500
commit8f8e8270f413cb73d5658261e8821615f2ca16ed (patch)
tree922607d75730a10c073b175c352760ac0f967200 /lib
parentreadme beautify (diff)
downloadlocusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.gz
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.bz2
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.lz
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.xz
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.zst
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.zip
Elixir: Use src/ instead of lib/
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/locusts.ex19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/locusts.ex b/lib/locusts.ex
deleted file mode 100644
index fdcbc0f..0000000
--- a/lib/locusts.ex
+++ /dev/null
@@ -1,19 +0,0 @@
-defmodule Locusts do
- @moduledoc """
- Documentation for `Locusts`.
- """
-
- @doc """
- Introduce locusts into your codebase.
-
- Note that locusts are not included with this package, you must provide your own.
-
- ## Examples
-
- iex> Locusts.introduce_locusts()
- nil
-
- """
- def introduce_locusts do
- end
-end