Skip to content

Commit

Permalink
Clean up connection mock as it's no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
williammoran committed Apr 27, 2024
1 parent 5e7f837 commit ce70d7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 142 deletions.
2 changes: 0 additions & 2 deletions lib/format/pgsql8/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
"github.com/pkg/errors"
)

//go:generate $ROOTDIR/run _mockgen connection

type connection interface {
version() (VersionNum, error)
disconnect()
Expand Down
140 changes: 0 additions & 140 deletions lib/format/pgsql8/connection_mock.go

This file was deleted.

0 comments on commit ce70d7e

Please sign in to comment.