Fixed formatting

This commit is contained in:
eanderton
2014-07-08 22:02:42 -04:00
parent 262211488d
commit 5dd3b53635
3 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
package main package main
import ( import (
"io/ioutil"
"os"
"github.com/pelletier/go-toml"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/pelletier/go-toml"
"io/ioutil"
"log" "log"
"os"
"time" "time"
) )