Move proxy/ to new tools/ folder

This commit is contained in:
Lucas Clemente
2017-08-03 19:44:35 +02:00
parent 8ec11c0b53
commit 56cbce35b3
7 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
package quicproxy
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestQuicGo(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "QUIC Proxy")
}