server: Rework NewConn/defaultServer #1401
Annotations
10 errors
golangci-lint:
server/conn.go#L60
missing ',' in argument list (typecheck)
|
golangci-lint:
server/conn.go#L55
expected '(', found NewCustomizedConn (typecheck)
|
golangci-lint:
server/conn.go#L60
syntax error: unexpected name net in argument list; possibly missing comma or ) (typecheck)
|
golangci-lint:
server/conn.go#L55
syntax error: unexpected name NewCustomizedConn, expected (
|
golangci-lint:
server/conn.go#L60
syntax error: unexpected name net in argument list; possibly missing comma or )) (typecheck)
|
golangci-lint:
server/conn.go#L55
syntax error: unexpected name NewCustomizedConn, expected (
|
golangci-lint:
driver/driver_options_test.go#L23
could not import github.com/go-mysql-org/go-mysql/server (-: # github.com/go-mysql-org/go-mysql/server
|
golangci-lint:
server/conn.go#L60
syntax error: unexpected name net in argument list; possibly missing comma or )) (typecheck)
|
golangci-lint:
server/conn.go#L55
syntax error: unexpected name NewCustomizedConn, expected (
|
golangci-lint:
cmd/go-mysqlserver/main.go#L7
could not import github.com/go-mysql-org/go-mysql/server (-: # github.com/go-mysql-org/go-mysql/server
|
Loading