mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
docs: remove duplicated line (#3647)
This commit is contained in:
parent
e4b0ad7107
commit
b432bb7cfa
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue