sftp: fixup formatting and golint warnings

This commit is contained in:
Nick Craig-Wood
2017-08-07 14:50:31 +01:00
parent d025066fae
commit 74687c25f5
2 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,10 @@
package sftp
import (
"testing"
"github.com/stretchr/testify/assert"
"fmt"
"testing"
"github.com/stretchr/testify/assert"
)
func TestShellEscape(t *testing.T) {