Skip to content

Utility Golang modules to make performing some operations easier

Notifications You must be signed in to change notification settings

shanedell/goutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goutils

Golang utilities.

  • env
    • Wrapper functions around os.Getenv to simplify retrieval of environment variables
      • Supported types: string, int, bool, float32, float64, complex64 and complex128.
    • Wrapper functions around godotenv.Load
      • These either return its error or ignore the error when trying to source the env file passed.
  • path
    • Method to check if passed path exists.
  • slice
    • Functions to check if list contains a value.
      • Supported types: string, int, int32, int64, bool, float32, float64, complex64 and complex128.

About

Utility Golang modules to make performing some operations easier

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages