mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-10-29 11:12:27 +08:00
lint fix: fix linter errors after migrating to v2
Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
This commit is contained in:
committed by
Christophe Fergeau
parent
6fa6ae02a7
commit
31193c50af
@@ -17,7 +17,7 @@ type client struct {
|
||||
func newClient(conn net.Conn, user string, key string) (*client, error) {
|
||||
config, err := newConfig(user, key)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Error getting config for native Go SSH: %s", err)
|
||||
return nil, fmt.Errorf("error getting config for native Go SSH: %s", err)
|
||||
}
|
||||
|
||||
return &client{
|
||||
|
||||
Reference in New Issue
Block a user