Skip to content
Guerrilla Mail edited this page Jan 19, 2017 · 21 revisions

Welcome to the go-guerrilla wiki!

See Readme.md for information about the project.

Dev Environment

InteliJ IDEA

Debugger configuration

If you're using InteliJ IDEA for your IDE with the Go plugin, you may be able to get debugging working with the following settings:

InteliJ Idea debuger config for Golang

(Note: for the program arguments, add -c goguerrilla.debug.conf - if you want the debugging session to use a different config file)

Happy debuggin'

Random Links

On buffering & pooling

https://gist.github.com/colm-mchugh/ee3b0b7b062a235a871b - source examples https://elithrar.github.io/article/using-buffer-pools-with-go/ - nice writeup about Sized buffer pools https://github.com/djherbis/buffer - composite buffers (the unbounded bounder could be really useful, the ring buffer is interesting