Files
quic-go/handshake/handshake_test.go

10 lines
132 B
Go

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