util
-- import "github.com/go-i2p/go-i2p/lib/util"
Usage
func CheckFileAge
func CheckFileAge(fpath string, maxAge int) bool
Check if a file is more than maxAge minutes old returns false if
func CheckFileExists
func CheckFileExists(fpath string) bool
Check if a file exists and is readable etc returns false if not
func CloseAll
func CloseAll()
func Panicf
func Panicf(format string, args ...interface{})
Panicf allows passing formated string to panic()
func RegisterCloser
func RegisterCloser(c io.Closer)
util
github.com/go-i2p/go-i2p/lib/util