diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-17 14:06:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-17 14:06:45 -0400 |
commit | cdfdb8285a837a3442d75b63a05924ace67df20f (patch) | |
tree | 06d1534ff76b1b80baf52d7511dcee61d991cd5c | |
parent | 9b29b1dc30ca57e627195b2238a4fd5b68455b55 (diff) |
gofmt
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ func DoHostfile(fname string) { hostname := filepath.Base(fname) cfg, err := readConfigFile(fname) if err != nil { - Emit(NewPoint("public", map[string]string{"host":hostname}, map[string]interface{}{"error": err.Error()})) + Emit(NewPoint("public", map[string]string{"host": hostname}, map[string]interface{}{"error": err.Error()})) return } for _, address := range getAddresses(cfg) { |