go fmt
This commit is contained in:
parent
75d6dc912c
commit
f424f8aa2e
1
main.go
1
main.go
@ -675,7 +675,6 @@ func (s *DB) Begin() *DB {
|
|||||||
return s.BeginTx(context.Background(), &sql.TxOptions{})
|
return s.BeginTx(context.Background(), &sql.TxOptions{})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// BeginTx begins a transaction with options
|
// BeginTx begins a transaction with options
|
||||||
func (s *DB) BeginTx(ctx context.Context, opts *sql.TxOptions) *DB {
|
func (s *DB) BeginTx(ctx context.Context, opts *sql.TxOptions) *DB {
|
||||||
c := s.clone()
|
c := s.clone()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user