Skip to content

Commit

Permalink
Merge pull request #423 from saydamir/fix_dummy_check_conn
Browse files Browse the repository at this point in the history
fix: connCheck signature for unsupported OS
  • Loading branch information
kshvakov authored Oct 11, 2021
2 parents 2987a5c + 899e2a0 commit 0214798
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions connect_check_dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

package clickhouse

import "net"

func connCheck(conn net.Conn) error {
func (conn *connect) connCheck() error {
return nil
}

0 comments on commit 0214798

Please sign in to comment.