Hacker News new | ask | show | jobs
by janstenpickle 4002 days ago
Thanks :).

Stack wise it's a very simple web proxy written in Go, nothing fnacy. It basically just responds to every request with a random Nic Cage gif hosted on Imgur. The URLs are just an array in the source code itself. MVP and all that ;).

Here's the source code in Gist (without the full array) https://gist.github.com/janstenpickle/975358c427e8af844ae7.

1 comments

Haha cool, thanks! Never really looked at Go code in use, didn't realize you could hack something out like that with so few lines! Very cool.