mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Add some ASCII art
This commit is contained in:
parent
d9dc0b4edf
commit
3f4eeae146
1 changed files with 22 additions and 0 deletions
22
main.go
22
main.go
|
@ -61,3 +61,25 @@ func main() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Add some random content to the end of this file, hopefully tricking GitHub
|
||||
into recognising this as a Go repo instead of Makefile.
|
||||
|
||||
A gopher, ASCII art style - borrowed from
|
||||
https://gist.github.com/belbomemo/b5e7dad10fa567a5fe8a
|
||||
|
||||
,_---~~~~~----._
|
||||
_,,_,*^____ _____``*g*\"*,
|
||||
/ __/ /' ^. / \ ^@q f
|
||||
[ @f | @)) | | @)) l 0 _/
|
||||
\`/ \~____ / __ \_____/ \
|
||||
| _l__l_ I
|
||||
} [______] I
|
||||
] | | | |
|
||||
] ~ ~ |
|
||||
| |
|
||||
| |
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue