Categorygithub.com/manjoc/gutils
repository
0.1.6
Repository: https://github.com/manjoc/gutils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

gutils

Go codecov Go Report Card Release GoDoc

go utils

Install

go get github.com/manjoc/gutils

Packages

  • array
    • ContainString
  • convert
    • StringToBytes
    • BytesToString
    • JSONToMap
    • MapToJSON
  • file
    • Exists
    • Exist
    • Mode
    • WriteStringToFile
    • AppendStringToFile
    • GetDirList
    • GetDirListWithFilter
    • RecreateDir
    • GetFilepaths
    • GetFiles
  • flag
    • IsTesting
  • log
    • L
    • LW
  • net
    • GetIP
  • os
    • RunBashCommand
  • strings
    • Capitalize
    • IsCapitalize
    • SplitToChunks
  • version
    • Stringify
    • StringifyWithOps

Usage

see xxx_test.go file.