Well Format the changed file

This commit is contained in:
fwhez 2018-11-12 10:36:51 +08:00
parent d9161ec948
commit 432181e1f0
3 changed files with 20 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
documents documents
_book _book
.idea/workspace.xml

View File

@ -118,7 +118,6 @@ func (s *DB) CopyDB() (*sql.DB,error){
} }
} }
type closer interface { type closer interface {
Close() error Close() error
} }

View File

@ -1095,7 +1095,6 @@ func TestDB_CopyIn(t *testing.T) {
fmt.Println(examples) fmt.Println(examples)
} }
func BenchmarkGorm(b *testing.B) { func BenchmarkGorm(b *testing.B) {
b.N = 2000 b.N = 2000
for x := 0; x < b.N; x++ { for x := 0; x < b.N; x++ {