github.com/go-pg/pg/v10.Tx.Close (method, view implemented interface methods)

2 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L358: func (tx *Tx) Close() error {

	github.com/go-pg/migrations/v8
		collection.go#L434: 	defer tx.Close() //nolint