go-iiif
go-iiif copied to clipboard
Refactor tools package in to separate applications/{TOOL} packages
Also, add the following methods to generic application interface:
- DefaultFlagSet(context.Context) (*flag.FlagSet, error)
- Run(context.Context) error
- RunWithFlagSet(context.Context, *flag.FlagSet) error