context -> golang.org/x/net/context

This commit is contained in:
Carlos C
2016-10-04 19:01:57 +02:00
parent 6fd13e6754
commit b15ff5ce3a

View File

@@ -1,7 +1,6 @@
package runner
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
@@ -14,6 +13,7 @@ import (
"github.com/gin-gonic/gin"
"github.com/iron-io/functions/api/models"
"github.com/iron-io/functions/api/mqs"
"golang.org/x/net/context"
)
func getMockTask() models.Task {