8 lines
306 B
Go
8 lines
306 B
Go
// Package camfish provides an actor-model oriented framework for daemons.
|
|
//
|
|
// The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
|
|
// NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
|
|
// "OPTIONAL" in this documentation are to be interpreted as described in
|
|
// RFC 2119.
|
|
package camfish
|