Tidy up go.mod

This commit is contained in:
Jose Garcia 2021-07-07 08:00:01 -04:00
parent 6cd0aa7a90
commit 04a6383ccb

View file

@ -7,6 +7,7 @@ import (
"fmt"
"log"
"os"
"time"
"github.com/github/go-liveshare"
)
@ -88,6 +89,8 @@ func setupSSH(ctx context.Context, terminal *liveshare.Terminal, containerID str
return fmt.Errorf("error closing stream: %v", err)
}
time.Sleep(2 * time.Second)
return nil
}