uquic/handshake/crypto_setup_test.go
2016-04-15 22:28:45 +02:00

9 lines
132 B
Go

package handshake
import (
. "github.com/onsi/ginkgo"
// . "github.com/onsi/gomega"
)
var _ = Describe("Handshake", func() {
})