rename AckHandler package to AckHandlerLegacy

This commit is contained in:
Marten Seemann
2016-06-18 22:32:51 +07:00
parent 288cb9e143
commit eb03ed5334
16 changed files with 42 additions and 42 deletions

View File

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