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
View File
@@ -0,0 +1,2 @@
// Package auto contains auto generated files for web assets.
package auto
+1
View File
@@ -1,3 +1,4 @@
// Package buffers manages a set of reusable byte buffers.
package buffers package buffers
const ( const (
+1
View File
@@ -1,3 +1,4 @@
// Package cid provides a manager for mappings between node ID:s and connection ID:s.
package cid package cid
type Map struct { type Map struct {
+2
View File
@@ -0,0 +1,2 @@
// Package discover implements the node discovery protocol.
package discover
+1
View File
@@ -1,3 +1,4 @@
// Package fileset provides a set type to track local/remote files with newness checks.
package fileset package fileset
import "sync" import "sync"
+2
View File
@@ -0,0 +1,2 @@
// Package protocol implements the Block Exchange Protocol.
package protocol
+2
View File
@@ -0,0 +1,2 @@
// Package scanner implements a file system scanner and hasher.
package scanner
+2
View File
@@ -0,0 +1,2 @@
// Package xdr implements an XDR (RFC 4506) encoder/decoder.
package xdr