Browse Source

avoid missing configuration file error

pull/2/head
Chris Lu 12 years ago
parent
commit
a1d5a6298c
  1. 1
      go/topology/topology.go

1
go/topology/topology.go

@ -6,6 +6,7 @@ import (
"code.google.com/p/weed-fs/go/storage" "code.google.com/p/weed-fs/go/storage"
"errors" "errors"
"io/ioutil" "io/ioutil"
"log"
"math/rand" "math/rand"
) )

Loading…
Cancel
Save