Skip to content

Commit

Permalink
fix: connCheck signature for unsupported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Sayfutdinov committed Oct 9, 2021
1 parent 2987a5c commit 899e2a0
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 899e2a0

Please sign in to comment.