modulepackage
0.0.0-20190215200113-891724517e99
Repository: https://github.com/gofunct/fsctl.git
Documentation: pkg.go.dev
# README
FsCtl
FsCtl is a package for managing an os filesystem
Author: Coleman Word [email protected]
Download: go get github.com/gofunct/fsctl
License: MIT
______ _____ _ _
| ____| / ____| | | |
| |__ ___| | | |_| |
| __/ __| | | __| |
| | \__ \ |____| |_| |
|_| |___/\_____|\__|_|
Features
- embedded viper object
- embedded afero fs object
- synced environmental and configuration variables
- copy file
- stream file
- render templates from config (with sprigs excellent funcmap package) ref: https://github.com/Masterminds/sprig
- scan & replace
# Packages
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
Stderr represents standard error steam type.
Stdin represents standard input stream type.
Stdout represents standard output stream type.
Systemerr represents errors originating from the system that make it into the multiplexed stream.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
StdType is the type of standard stream a writer can multiplex to.