docs: remove duplicated line (#3647)

This commit is contained in:
usfbih8u
2025-02-01 08:41:25 +00:00
committed by GitHub
parent e4b0ad7107
commit b432bb7cfa

View File

@@ -354,7 +354,6 @@ The packages and their contents are listed below (in Go type signatures):
- `IsWordChar(s string) bool`: returns true if the first rune in a
string is a word character.
- `String(b []byte) string`: converts a byte array to a string.
- `RuneStr(r rune) string`: converts a rune to a string.
- `Unzip(src, dest string) error`: unzips a file to given folder.
- `Version`: micro's version number or commit hash
- `SemVersion`: micro's semantic version