about summary refs log tree commit diff
path: root/context/context.go
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-02-08T12·04+0100
committerGitHub <noreply@github.com>2017-02-08T12·04+0100
commitc58ce7e2ab76a591774ef2537f46665fd0885b1d (patch)
treeddf42dd4de67f7bea83db0d3db2dd154b24a5f7a /context/context.go
parentad82ff3e7560edf132d04b8a4e08447af3821efb (diff)
parent1e80f19f7b3e5246b42e74862b32885fb621b03c (diff)
Merge pull request #7 from tazjin/feat/travis
Enable Travis.CI builds
Diffstat (limited to 'context/context.go')
-rw-r--r--context/context.go3
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 {