go-utils

module
v0.0.0-...-cae3ad5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2017 License: MIT

README

go-utils

Directories

Path Synopsis
cisco
aci
ucs
filesystem
dir
files
Package files contains functions and types that help with file and directory processing.
Package files contains functions and types that help with file and directory processing.
zip
go
as
iff
is
system
scheduler
Package scheduler is a cron replacement based on: http://adam.herokuapp.com/past/2010/4/13/rethinking_cron/ and https://github.com/dbader/schedule Uses include: func main() { job := func() { fmt.Println("Time's up!") } scheduler.Every(5).Seconds().Run(function) scheduler.Every().Day().Run(function) scheduler.Every().Sunday().At("08:30").Run(function) }
Package scheduler is a cron replacement based on: http://adam.herokuapp.com/past/2010/4/13/rethinking_cron/ and https://github.com/dbader/schedule Uses include: func main() { job := func() { fmt.Println("Time's up!") } scheduler.Every(5).Seconds().Run(function) scheduler.Every().Day().Run(function) scheduler.Every().Sunday().At("08:30").Run(function) }
terminal
web
request
Package gorequest inspired by Nodejs SuperAgent provides easy-way to write http client
Package gorequest inspired by Nodejs SuperAgent provides easy-way to write http client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL