From 7a077fa179d0a7861b3f1946c5425076828977aa Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 12 Feb 2017 07:12:15 -0700 Subject: [PATCH] moved url up one line --- cmd/tile38-server/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tile38-server/main.go b/cmd/tile38-server/main.go index def83116..60787d6b 100644 --- a/cmd/tile38-server/main.go +++ b/cmd/tile38-server/main.go @@ -166,8 +166,8 @@ func main() { |____ | _ | Tile38 %s%s %d bit (%s/%s) | | | %sPort: %d, PID: %d |____ | _ | - | | | - |_______|_______| tile38.com + | | | tile38.com + |_______|_______| `+"\n", core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, port, os.Getpid()) if err := controller.ListenAndServe(host, port, dir, httpTransport); err != nil {