diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2016-03-24 00:22:16 +0100 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2016-03-24 00:22:16 +0100 |
commit | b51e05a0715b1c30e2e0544304cf5d9c2201f915 (patch) | |
tree | b7ce6efcb27cb2283b153cab8f9d4f4245364390 /route.go | |
parent | 37be60bbc4332ea7fe920a864531fd24148b2b1c (diff) |
beatify
Diffstat (limited to 'route.go')
-rw-r--r-- | route.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ func (r Route) Restore() error { } func (e Entry) String() string { - ret := e.ServerName + " -> " + e.Upstream + ret := e.ServerName + " → " + e.Upstream if e.cert != nil { ret += " with TLS" } |