if I run this code no file is create, and no error reported package main import "github.com/janczer/htmlPDF" func main() { htmlPDF.Generate("first.html", "style.css", "hello.pdf") }