Skip to content

Commit

Permalink
gofmt -w .
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Dec 19, 2011
1 parent b7f0dd6 commit 1117625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ const (

// Flags
var (
wid = flag.Int64("w", 0, "worker id")
did = flag.Int64("d", 0, "datacenter id")
laddr = flag.String("l", "0.0.0.0:4444", "the address to listen on")
lts = flag.Int64("t", -1, "the last timestamp in milliseconds")
wid = flag.Int64("w", 0, "worker id")
did = flag.Int64("d", 0, "datacenter id")
laddr = flag.String("l", "0.0.0.0:4444", "the address to listen on")
lts = flag.Int64("t", -1, "the last timestamp in milliseconds")
)

var (
Expand Down

0 comments on commit 1117625

Please sign in to comment.