Added check to ignore functions which have no body (external functions)

Added missing sort package
This commit is contained in:
NotZippy
2018-01-30 09:23:21 -08:00
parent 0583fe7d32
commit 91f43bf94c
2 changed files with 6 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ import (
"strings"
"text/template"
"time"
"sort"
"github.com/revel/revel"
)