directory
1.0.12
Repository: https://github.com/basicfu/gf.git
Documentation: pkg.go.dev

# Packages

Package gbuild manages the build-in variables from "gf build".
Package gcmd provides console operations, like options/arguments reading and command running.
Package genv provides operations for environment variables of system.
Package gfile provides easy-to-use operations for file system.
Package gmlock implements a concurrent-safe memory-based locker.
Package gmutex implements graceful concurrent-safe mutex with more rich features.
Package gres provides resource management and packing/unpacking feature between files and bytes.
Package grpool implements a goroutine reusable pool.
No description provided by the author
Package gtime provides functionality for measuring and displaying time.