From fbedf4acda9ff659a69fe577465db9617ec94ba1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 4 Oct 2018 18:04:48 -0700 Subject: remove vendored dependencies for some things, vgo is coming --- irc/kcpd/stdlibsvc/functions/main/function.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 irc/kcpd/stdlibsvc/functions/main/function.json (limited to 'irc/kcpd/stdlibsvc/functions/main/function.json') 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 -- cgit v1.2.3