README ¶ Libify Convert any Go command line app to a library. I've only just started working on this package, so it does nothing useful yet. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func LoadAllPackages(ctx context.Context, path, dir string, tests bool, filter func(string) bool) ([]string, error) func Main(ctx context.Context, options Options) error type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LoadAllPackages ¶ func LoadAllPackages(ctx context.Context, path, dir string, tests bool, filter func(string) bool) ([]string, error) func Main ¶ func Main(ctx context.Context, options Options) error Types ¶ type Options ¶ type Options struct { Path string RootPath string RootDir string Out io.Writer Tests bool } Source Files ¶ View all Source files libify.go loadall.go readme.go Directories ¶ Show internal Expand all Path Synopsis libgo cmd Click to show internal directories. Click to hide internal directories.