mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
9 lines
132 B
Go
9 lines
132 B
Go
package handshake
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
// . "github.com/onsi/gomega"
|
|
)
|
|
|
|
var _ = Describe("Handshake", func() {
|
|
})
|