Add doc stubs to all the packages

This commit is contained in:
Alexander Neumann 2015-05-09 13:00:01 +02:00
parent 9ac6a1d232
commit 861e1b9910
7 changed files with 14 additions and 0 deletions

2
debug/doc.go Normal file
View file

@ -0,0 +1,2 @@
// Package debug provides an infrastructure for logging debug information and breakpoints.
package debug