cgo
cgo copied to clipboard
A terminal based gopher client - Please also look at: https://github.com/kieselsteini/delve for a better client
Hello, I wanted to change the key range and noticed than there was a dozen of hardcoded `'a'` all over the code making this task more complicated than it should...
* Added a clear on new page, this basically clears the page whenever a new link is accessed, it can be of course toggled. * A small todo list *...
`fmt -w 80 $FILENAME | less` Currently, you expect the filename to always be at the end, yes? If I am right that this is not possible with the current...
Might sound irrelevant but is a bug I encountered in cgo whilst debugging my own Gopher server. As defined in the [Gopher RFC](http://www.ietf.org/rfc/rfc1436.txt) there is a file type for an...