mirror of
https://github.com/idanoo/GoCatFacts
synced 2025-07-01 06:42:14 +00:00
10 lines
244 B
Markdown
10 lines
244 B
Markdown
# GoCatFacts
|
|
|
|
Beautiful program. HTTP server. You hit? You get fact. Boom. Default port 80.
|
|
Quick and dirty proof of concept.
|
|
|
|
```shell
|
|
go run main.go
|
|
```
|
|
|
|
Initial fact list copied from https://github.com/0x27/catfacts/blob/master/catfacts.txt
|