Skip to content

Commit 6b300af

Browse files
committed
\#233 Update Go ascii art
1 parent 792850e commit 6b300af

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

resources/go.ascii

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
2-
`..-/::::.::--
3-
`..` -- os+.s+.`
4-
-+-... : :// `:`
5-
.-/ sho ---...` -.
6-
-./ : .:/yNs.: /
7-
-:/o .....-/`.:-/ :`
8-
:./ .-.:- +``
9-
.. +-/
10-
.` +.
11-
-. :-.: ./
12-
./ `.`.` /
13-
`: /
14-
+` /
15-
`: .-
16-
: /
17-
`: -:.-
18-
/ .-...`
19-
--` ...-
20-
./.:-..---`
21-
`/--
1+
{0}
2+
{0} ##GG#G#- ##GGG##
3+
{0} #G######G} GG########
4+
{0} GG########G, GG########G#
5+
{0} #G##########G #G##########G
6+
{0} gGGGGGG, #######G###GG#G####G#G######
7+
{0} ####GG#GG#####G GG##=G##### GG####
8+
{0} G###G G###GG G####
9+
{0}#########G##### GGGGGG#G##GG ####
10+
{0}--#-##.-# ##### -G#########G G##G
11+
{0} -#GGG-##### G##########G ###G
12+
{0} .GGG#.####G G########### }###G
13+
{0} G###G ####G######G G###G
14+
{0} ###### #######GG #####
15+
{0} G####GG G###GG###G# GG###G
16+
{0} #####GGG####G,G####G#G######
17+
{0} #G########### GG##########G
18+
{0} ##########G G#########G-
19+
{0} GG####### #G#####G#,
20+
{0} G#GG#} {GGG###
21+
{0}
22+
{0}

src/onefetch/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ define_languages! {
121121
{ Forth, "forth.ascii", "Forth", vec![Color::Red] },
122122
{ FortranModern, "f90.ascii", "Fortran", vec![Color::White, Color::Green, Color::Cyan, Color::Yellow, Color::Red], "fortran" },
123123
{ FSharp, "fsharp.ascii", "F#", vec![Color::Cyan, Color::Cyan], "f#" },
124-
{ Go, "go.ascii", "Go", vec![Color::White] },
124+
{ Go, "go.ascii", "Go", vec![Color::Cyan] },
125125
{ Groovy, "groovy.ascii", "Groovy", vec![Color::Cyan, Color::White] },
126126
{ Haskell, "haskell.ascii", "Haskell", vec![Color::Cyan, Color::Magenta, Color::Blue] },
127127
{ Html, "html.ascii", "HTML", vec![Color::Red, Color::White] },

0 commit comments

Comments
 (0)