Skip to content

guangzhi1213/gutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
manjoc
Sep 15, 2020
0810a16 · Sep 15, 2020

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

go utils

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.8%
  • Makefile 1.7%
  • Shell 1.5%