make the flow control package internal

This commit is contained in:
Marten Seemann
2017-08-30 00:27:44 +07:00
parent f1ada87dcf
commit 95a971f322
11 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
// Automatically generated by MockGen. DO NOT EDIT!
// Source: github.com/lucas-clemente/quic-go/flowcontrol (interfaces: FlowControlManager)
// Source: github.com/lucas-clemente/quic-go/internal/flowcontrol (interfaces: FlowControlManager)
package mocks_fc
import (
gomock "github.com/golang/mock/gomock"
flowcontrol "github.com/lucas-clemente/quic-go/flowcontrol"
flowcontrol "github.com/lucas-clemente/quic-go/internal/flowcontrol"
protocol "github.com/lucas-clemente/quic-go/internal/protocol"
)