diff options
| author | Christine Dodrill <me@christine.website> | 2018-10-04 18:04:48 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-10-04 18:04:48 -0700 |
| commit | fbedf4acda9ff659a69fe577465db9617ec94ba1 (patch) | |
| tree | 74c0e72a1380a431813c78eb688b5b93db72800a /irc/kcpd/stdlibsvc/functions/main/function.json | |
| parent | 51b60f36ac286c973dd258571b77db24e9ace031 (diff) | |
| download | x-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.json | 15 |
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 |
