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
|
documents
|
||||||
_book
|
_book
|
||||||
|
.idea/workspace.xml
|
||||||
|
1
main.go
1
main.go
@ -118,7 +118,6 @@ func (s *DB) CopyDB() (*sql.DB,error){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
type closer interface {
|
type closer interface {
|
||||||
Close() error
|
Close() error
|
||||||
}
|
}
|
||||||
|
@ -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++ {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user