Sign in
fuchsia
/
third_party
/
github.com
/
pkg
/
sftp
/
refs/heads/upstream/dev-v2
/
.
/
unimplemented_test.go
blob: bd9e661c9fc66d1bdbd8b426b9494dc78a66b658 [
file
] [
log
] [
blame
] [
edit
]
package sftp
import (
"testing"
)
func TestUnimplemented(t *testing.T) {
type S struct {
UnimplementedServerHandler
}
var _ ServerHandler = &S{}
}