Remove broken fmt dependency

This commit is contained in:
Patrick O'brien 2016-06-27 18:36:14 +10:00
parent fc1eff4d83
commit d154617e95

View file

@ -179,7 +179,6 @@ var defaultSingletonTestTemplateImports = map[string]imports{
standard: importList{
`"database/sql"`,
`"os"`,
`"fmt"`,
`"path/filepath"`,
},
thirdParty: importList{