add h2quic package with response writer

This commit is contained in:
Lucas Clemente
2016-05-03 14:03:35 +02:00
parent 08d96d2a69
commit 0781e1b1b0
3 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package h2quic
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestH2quic(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "H2quic Suite")
}