removed unused import

This commit is contained in:
Neil O'Toole 2016-07-27 09:35:04 -06:00
parent 34137c703b
commit 75403f1900

View File

@ -5,7 +5,6 @@ package {{packageName}}
import (
"strings"
"fmt"
"errors"
"net/url"
{{#imports}}"{{import}}"
{{/imports}}