Package descriptions for godoc

This commit is contained in:
Jakob Borg 2014-03-12 06:32:26 +01:00
parent b3c2ffc96a
commit 446b21c568
8 changed files with 13 additions and 0 deletions

2
auto/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package auto contains auto generated files for web assets.
package auto

View File

@ -1,3 +1,4 @@
// Package buffers manages a set of reusable byte buffers.
package buffers
const (

View File

@ -1,3 +1,4 @@
// Package cid provides a manager for mappings between node ID:s and connection ID:s.
package cid
type Map struct {

2
discover/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package discover implements the node discovery protocol.
package discover

View File

@ -1,3 +1,4 @@
// Package fileset provides a set type to track local/remote files with newness checks.
package fileset
import "sync"

2
protocol/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package protocol implements the Block Exchange Protocol.
package protocol

2
scanner/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package scanner implements a file system scanner and hasher.
package scanner

2
xdr/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package xdr implements an XDR (RFC 4506) encoder/decoder.
package xdr