Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
func
showBanner() {
148
logo := `╦═╗┌─┐┌┬┐┬┌─┐ ╔═╗┬─┐┌─┐─┐ ┬┬ ┬
149
╠╦╝├┤ │││└─┐ ╠═╝├┬┘│ │┌┴┬┘└┬┘
150
╩╚═└─┘─┴┘┴└─┘ ╩ ┴└─└─┘┴ └─ ┴ `
151
fmt.Println(logo)
152
fmt.Println(
"Build Version: "
, BuildVersion,
" Date: "
, BuildDate)
153
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected