1
0
Fork 0
forked from forgejo/forgejo

Fix import order (#1951)

This commit is contained in:
Ethan Koenig 2017-06-12 11:01:09 -04:00 committed by Bo-Yi Wu
parent 635273cea6
commit b38b61bbc1
3 changed files with 5 additions and 3 deletions

View file

@ -1,9 +1,10 @@
package models
import (
dmp "github.com/sergi/go-diff/diffmatchpatch"
"html/template"
"testing"
dmp "github.com/sergi/go-diff/diffmatchpatch"
)
func assertEqual(t *testing.T, s1 string, s2 template.HTML) {