Skip to content

CatchZeng/gutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gutils

Go codecov Go Report Card Release GoDoc

go utils

Install

go get github.com/CatchZeng/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.