fix imports

This commit is contained in:
Shawn Smith
2018-12-16 11:58:39 +09:00
parent db5095c81f
commit 40e1829866
2 changed files with 4 additions and 2 deletions

View File

@@ -2,10 +2,11 @@ package handlers
import (
"fmt"
"github.com/gojp/goreportcard/check"
"log"
"net/http"
"strings"
"github.com/gojp/goreportcard/check"
)
func badgePath(grade check.Grade, style string, dev bool) string {