formatato con gofmt

This commit is contained in:
Michele Fadda 2015-07-10 14:35:35 +02:00
parent 2c5e8b35a4
commit eb67b14625

View file

@ -2,16 +2,16 @@
package main
import (
"github.com/fzzy/radix/redis"
"flag"
"fmt"
"os"
"github.com/fzzy/radix/redis"
"gopkg.in/mgo.v2"
"os"
// "gopkg.in/mgo.v2/bson"
"time"
"strings"
"strconv"
"log"
"strconv"
"strings"
"time"
)
type Options struct {