Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fixed an issue with blank imports and golint
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Aug 12, 2017
1 parent 5ecd807 commit 0691441
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions render/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import (
"path/filepath"
"strings"

// this blank import is here because dep doesn't
// handle transitive dependencies correctly
_ "github.com/russross/blackfriday"
"github.com/shurcooL/github_flavored_markdown"
)

Expand Down

0 comments on commit 0691441

Please sign in to comment.