mirror of https://github.com/tidwall/tile38.git
moved url up one line
This commit is contained in:
parent
a5b8621557
commit
7a077fa179
|
@ -166,8 +166,8 @@ func main() {
|
||||||
|____ | _ | Tile38 %s%s %d bit (%s/%s)
|
|____ | _ | Tile38 %s%s %d bit (%s/%s)
|
||||||
| | | %sPort: %d, PID: %d
|
| | | %sPort: %d, PID: %d
|
||||||
|____ | _ |
|
|____ | _ |
|
||||||
| | |
|
| | | tile38.com
|
||||||
|_______|_______| tile38.com
|
|_______|_______|
|
||||||
`+"\n", core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, port, os.Getpid())
|
`+"\n", core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, port, os.Getpid())
|
||||||
|
|
||||||
if err := controller.ListenAndServe(host, port, dir, httpTransport); err != nil {
|
if err := controller.ListenAndServe(host, port, dir, httpTransport); err != nil {
|
||||||
|
|
Loading…
Reference in New Issue