docs: added basic per-package documentation

This commit is contained in:
evilsocket 2018-02-11 20:38:59 +01:00
parent f4baac69a5
commit a5f1c36e34
8 changed files with 16 additions and 0 deletions

2
net/doc.go Normal file
View file

@ -0,0 +1,2 @@
// Package net contains network specific code.
package net