mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: add support for python (#328)
This commit is contained in:
committed by
Seif Lotfy سيف لطفي
parent
8935c26951
commit
d13c8fba8c
@@ -26,6 +26,7 @@ var (
|
||||
".go": "go",
|
||||
".js": "node",
|
||||
".rb": "ruby",
|
||||
".py": "python",
|
||||
}
|
||||
|
||||
fnInitRuntimes []string
|
||||
|
||||
Reference in New Issue
Block a user