package
0.0.1
Repository: https://github.com/b1lly/gob.git
Documentation: pkg.go.dev

# Functions

Creates a new GobAgent which will bind to the specified port.
Creates a new GobServer which will bind to the specified port.
StartGobAgentWithFunc handles all the boilerplate normally required to start up a GobAgent.

# Structs

GobAgent communicates with GobServer (from your code) about changes to template files.
GobServer represents the single server gob runs to notify subscribers of changes to template files (currently only soy).