update dependencies

also make sure the module that enables /dev/null path of the sh
interpreter is enabled
This commit is contained in:
Andrey Nering
2017-10-15 17:41:15 -02:00
parent 2fc32414f5
commit 0513a21e25
36 changed files with 894 additions and 245 deletions

View File

@@ -89,7 +89,7 @@ Integer Slice Functions:
Conversions:
- atoi: Convert a string to an integer. 0 if the integer could not be parsed.
- in64: Convert a string or another numeric type to an int64.
- int64: Convert a string or another numeric type to an int64.
- int: Convert a string or another numeric type to an int.
- float64: Convert a string or another numeric type to a float64.