moved url up one line

This commit is contained in:
Josh Baker 2017-02-12 07:12:15 -07:00
parent a5b8621557
commit 7a077fa179
1 changed files with 2 additions and 2 deletions

View File

@ -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 {