MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / showBanner

Function showBanner

IceFireDB-Redis-Proxy/cmd/proxy/main.go:147–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func showBanner() {
148 logo := `╦═╗┌─┐┌┬┐┬┌─┐ ╔═╗┬─┐┌─┐─┐ ┬┬ ┬
149╠╦╝├┤ │││└─┐ ╠═╝├┬┘│ │┌┴┬┘└┬┘
150╩╚═└─┘─┴┘┴└─┘ ╩ ┴└─└─┘┴ └─ ┴ `
151 fmt.Println(logo)
152 fmt.Println("Build Version: ", BuildVersion, " Date: ", BuildDate)
153}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected