rename AckHandlerNew to AckHandler

ref #55
This commit is contained in:
Marten Seemann
2016-07-26 13:48:13 +07:00
parent ef194015de
commit 50a7e55c72
12 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
. "github.com/onsi/ginkgo"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"time"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"time"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"github.com/lucas-clemente/quic-go/frames"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"errors"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"time"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"sync"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"github.com/lucas-clemente/quic-go/frames"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"errors"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"time"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"github.com/lucas-clemente/quic-go/frames"

View File

@@ -1,4 +1,4 @@
package ackhandlernew
package ackhandler
import (
"github.com/lucas-clemente/quic-go/protocol"