Merge pull request #724 from chiffa-org/redundant_context_import

Move golang.org/x/net/context.Context interface implementation check to tests
This commit is contained in:
Javier Provecho Fernandez
2016-12-05 10:55:06 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,11 @@ import (
"github.com/manucorporat/sse"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
var _ context.Context = &Context{}
// Unit tests TODO
// func (c *Context) File(filepath string) {
// func (c *Context) Negotiate(code int, config Negotiate) {