Format code with gofmt

This commit is contained in:
Paolo Galeone 2014-04-03 09:46:51 +02:00
parent 3d642c1987
commit 1fc176d679
2 changed files with 24 additions and 24 deletions

View File

@ -5,12 +5,12 @@ import (
"database/sql/driver" "database/sql/driver"
"errors" "errors"
"fmt" "fmt"
"go/ast"
"reflect" "reflect"
"regexp" "regexp"
"strconv" "strconv"
"strings" "strings"
"time" "time"
"go/ast"
) )
func (scope *Scope) primaryCondiation(value interface{}) string { func (scope *Scope) primaryCondiation(value interface{}) string {