package
1.1.14
Repository: https://github.com/transchain/sdk-go.git
Documentation: pkg.go.dev

# Functions

EnsureDir creates a directory if it does not exist.
EndureFileDir creates a file's directory if it does not exist.
PathExists indicates if a path exists.
RemovePathIfExists removes a directory or a file if it exists.
TrapSignal listens os signals SIGINT and SIGTERM in a goroutine.

# Constants

No description provided by the author
No description provided by the author

# Interfaces

Stopper interface defines the methods a concrete stopper must implement.