diff --git a/cmd/web.go b/cmd/web.go index 7cd7f43..e586a78 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -4,6 +4,7 @@ import ( "fmt" "net/url" "os" + "time" md "github.com/JohannesKaufmann/html-to-markdown" "github.com/spf13/cobra"