raviqqe / liche

Fast Link Checker for Markdown and HTML in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make usable as a package

ca-johnson opened this issue · comments

Hey,

Would you accept a change to make this CLI usable as a package?

What do you mean by a package? Like .deb?

So that in another go project I can write

import "github.com/raviqqe/liche"
...
liche.NewFileChecker(...)

Or similar