package
0.1.82
Repository: https://github.com/golang-tire/pkg.git
Documentation: pkg.go.dev

# Functions

Add new loader function to loader stack, functions will sort and run base on priority or their add order if priority was zero.
Flush remove all loader functions.
Run loader with given args that will pass to each loader function args can be modify by each loader function and modified version will pass to next one.