manjoc / gutils

go utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 96.8%Language:Makefile 1.7%Language:Shell 1.5%