Skip to content

Commit

Permalink
gofmt cmd files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmar42 committed Apr 11, 2019
1 parent 8186909 commit 500597e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/collector/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/dropbox/go-llama"
"flag"
"github.com/dropbox/go-llama"
"golang.org/x/sys/unix"
"log"
"os"
Expand Down
4 changes: 2 additions & 2 deletions cmd/reflector/main.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package main

import (
"github.com/dropbox/go-llama"
"flag"
"github.com/dropbox/go-llama"
"golang.org/x/time/rate"
"log"
"net"
"strconv"
"golang.org/x/time/rate"
)

var port = flag.Int("port", 8100, "Port to listen on for probes")
Expand Down
4 changes: 2 additions & 2 deletions cmd/scraper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
package main

import (
"github.com/dropbox/go-llama"
"flag"
"github.com/dropbox/go-llama"
"log"
"time"
"strings"
"time"
)

// Flags
Expand Down

0 comments on commit 500597e

Please sign in to comment.