Well Format the changed file
This commit is contained in:
parent
d9161ec948
commit
432181e1f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
documents
|
||||
_book
|
||||
.idea/workspace.xml
|
||||
|
1
main.go
1
main.go
@ -118,7 +118,6 @@ func (s *DB) CopyDB() (*sql.DB,error){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
type closer interface {
|
||||
Close() error
|
||||
}
|
||||
|
@ -1095,7 +1095,6 @@ func TestDB_CopyIn(t *testing.T) {
|
||||
fmt.Println(examples)
|
||||
}
|
||||
|
||||
|
||||
func BenchmarkGorm(b *testing.B) {
|
||||
b.N = 2000
|
||||
for x := 0; x < b.N; x++ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user