what
This commit is contained in:
parent
0b28a01506
commit
9909241c1f
6 changed files with 193 additions and 130 deletions
|
|
@ -92,6 +92,9 @@ var void string
|
|||
//go:embed xerolinux.txt
|
||||
var xerolinux string
|
||||
|
||||
//go:embed windows.txt
|
||||
var windows string
|
||||
|
||||
func GetAsciiInternal(distroID string) string {
|
||||
switch distroID {
|
||||
case "alpine":
|
||||
|
|
@ -147,7 +150,8 @@ func GetAsciiInternal(distroID string) string {
|
|||
|
||||
case "arch":
|
||||
return arch
|
||||
|
||||
case "windows":
|
||||
return windows
|
||||
default:
|
||||
return unknown
|
||||
}
|
||||
|
|
|
|||
1
asciiarts/windows.txt
Normal file
1
asciiarts/windows.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
FUCK YOU
|
||||
Loading…
Add table
Add a link
Reference in a new issue