simplified library and added better examples and net.UnixListener support

This commit is contained in:
ston1th 2017-04-19 20:42:19 +02:00
commit 694ac1e8a9
7 changed files with 95 additions and 61 deletions

View file

@ -1,3 +1,5 @@
# godrop - drop privileges
Godrop is a simple library to drop privileges on linux maschines.
See the examples directory on how to use the `Drop` and `MultiDrop` functions.