Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.28 KB

README.md

File metadata and controls

11 lines (9 loc) · 1.28 KB

Kataras PKG

Directory

Name Description Depends On Version
geoloc Fetch geolocation and language information from a remote machine based on its IP kataras/chronos, kataras/iris 0.0.2
zerocheck One function; IsZero returns true if exported fields are zero from a struct, or slice/map is empty or user-defined IsZero function returns true, otherwise false go std library and only 0.0.2
structcopy Copies struct's fields to another struct, including embedded and anonymous fields jinzhu/copier and only 0.0.2
config Config and protected settings made easy; load from any file (yaml by default), missing field or password? It fills the missing fields from os.Stdin if necessary (beauty!) kataras/pkg/zerocheck, AlecAivazis/survey, gopkg.in/yaml.v2 0.0.3
sched Sched is a simple task/job scheduler that should be executed once on the future, i.e send an e-mail to a client after a year. go std library and only 0.0.