Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BigCharMap = map[rune][4]string{
'0': {
"▄▀▀▄ ",
"█ █ ",
"█ █ ",
" ▀▀ ",
},
'1': {
" ▄█ ",
" █ ",
" █ ",
" ▀▀▀ ",
},
'2': {
"▄▀▀▄ ",
" ▄▀ ",
"▄▀ ",
"▀▀▀▀ ",
},
'3': {
"▄▀▀▄ ",
" ▄▀ ",
"▄ █ ",
" ▀▀ ",
},
'4': {
"▄ █ ",
"█▄▄█ ",
" █ ",
" ▀ ",
},
'5': {
"█▀▀▀ ",
"█▄▄ ",
" █ ",
"▀▀▀ ",
},
'6': {
"▄▀▀ ",
"█▄▄ ",
"█ █ ",
" ▀▀ ",
},
'7': {
"▀▀▀█ ",
" ▐▌ ",
" █ ",
" ▀ ",
},
'8': {
"▄▀▀▄ ",
"▀▄▄▀ ",
"█ █ ",
" ▀▀ ",
},
'9': {
"▄▀▀▄ ",
"▀▄▄█ ",
" █ ",
" ▀▀ ",
},
'.': {
" ",
" ",
" ",
"▀ ",
},
':': {
" ",
"▀ ",
"▀ ",
" ",
},
}
Functions ¶
func FormatDuration ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.