fixing Go Report Card issues (rollback gocycly)

This commit is contained in:
Julien Neuhart
2018-12-10 17:03:23 +01:00
parent be667575d5
commit 8a652761a3

View File

@@ -33,7 +33,6 @@ type HTML struct {
const defaultHeaderFooterHTML string = "<html><head></head><body></body></html>"
// nolint: gocyclo
// Print converts HTML to PDF.
// Credits: https://medium.com/compass-true-north/go-service-to-convert-web-pages-to-pdf-using-headless-chrome-5fd9ffbae1af
func (html *HTML) Print(destination string) error {