Drop unnecessary Ftoa and FtoaWithDigits function (#1751)

Fixes: #1749

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
Utkarsh Gupta
2020-06-30 22:49:27 +05:30
committed by GitHub
parent b8fbbf5c83
commit b748d0c383
2 changed files with 0 additions and 4 deletions

View File

@@ -567,8 +567,6 @@ func importHumanize() *lua.LTable {
L.SetField(pkg, "Bytes", luar.New(L, humanize.Bytes))
L.SetField(pkg, "Ordinal", luar.New(L, humanize.Ordinal))
L.SetField(pkg, "Ftoa", luar.New(L, humanize.Ftoa))
L.SetField(pkg, "FtoaWithDigits", luar.New(L, humanize.FtoaWithDigits))
return pkg
}

View File

@@ -364,8 +364,6 @@ The following functions are also available from the go-humanize package:
The `humanize` package exposes:
* `Bytes`
* `Ordinal`
* `Ftoa`
* `FtoaWithDigits`
## Adding help files, syntax files, or colorschemes in your plugin