diff options
Diffstat (limited to 'context/context.go')
-rw-r--r-- | context/context.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/context/context.go b/context/context.go index e842feae1dc5..612faa39acab 100644 --- a/context/context.go +++ b/context/context.go @@ -2,9 +2,10 @@ package context import ( "encoding/json" - "github.com/polydawn/meep" "io/ioutil" "path" + + "github.com/polydawn/meep" ) type ResourceSet struct { |