Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion connector/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (c *Connector) Connect() error {
return nil
}


// NewConnector returns a connected Connector given the provided configuration.
// It returns an error if connection fails instead of calling os.Exit.
func NewConnector(cfg Config) (*Connector, error) { // nolint:gocyclo
Expand Down
61 changes: 0 additions & 61 deletions view/access_info.go

This file was deleted.

Loading
Loading