···9191 // Plain-text banner. "tack" rendered in figlet's larry3d font; the
9292 // shape mirrors the style the bluesky PDS serves at its own root,
9393 // which feels like the right vibe for an atproto-adjacent service.
9494+ // The two backticks in the larry3d output collide with Go's raw
9595+ // string delimiter, so we concatenate them in as interpreted
9696+ // substrings to keep the art byte-identical to figlet's output.
9497 const banner = ` __ __
9598/\ \__ /\ \
9699\ \ ,_\ __ ___\ \ \/'\
9797- \ \ \/ /'__'\ /'___\ \ , <
9898- \ \ \_/\ \L\.\_/\ \__/\ \ \\'\
100100+ \ \ \/ /'__` + "`" + `\ /'___\ \ , <
101101+ \ \ \_/\ \L\.\_/\ \__/\ \ \\` + "`" + `\
99102 \ \__\ \__/.\_\ \____\\ \_\ \_\
100103 \/__/\/__/\/_/\/____/ \/_/\/_/
101104102105103106This is a tack server: a tangled spindle for other CI services.
107107+108108+Most API routes are under /xrpc/
104109105110 Code: https://github.com/mitchellh/tack
106111`