aboutsummaryrefslogtreecommitdiff
path: root/irc/kcpd/stdlibsvc/functions/main/function.json
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-04 18:04:48 -0700
committerChristine Dodrill <me@christine.website>2018-10-04 18:04:48 -0700
commitfbedf4acda9ff659a69fe577465db9617ec94ba1 (patch)
tree74c0e72a1380a431813c78eb688b5b93db72800a /irc/kcpd/stdlibsvc/functions/main/function.json
parent51b60f36ac286c973dd258571b77db24e9ace031 (diff)
downloadx-fbedf4acda9ff659a69fe577465db9617ec94ba1.tar.xz
x-fbedf4acda9ff659a69fe577465db9617ec94ba1.zip
remove vendored dependencies for some things, vgo is coming
Diffstat (limited to 'irc/kcpd/stdlibsvc/functions/main/function.json')
-rw-r--r--irc/kcpd/stdlibsvc/functions/main/function.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/irc/kcpd/stdlibsvc/functions/main/function.json b/irc/kcpd/stdlibsvc/functions/main/function.json
deleted file mode 100644
index 3fa3c9f..0000000
--- a/irc/kcpd/stdlibsvc/functions/main/function.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "main",
- "description": "Function",
- "args": [
- "First argument",
- "Second argument"
- ],
- "kwargs": {
- "alpha": "Keyword argument alpha",
- "beta": "Keyword argument beta"
- },
- "http": {
- "headers": {}
- }
-} \ No newline at end of file