Package plan provides tools for working with the plan-format, for the Go programming language. The plan-format is inspired by the format that was outputted by common clients for the finger-protocol.
- Go 100%
| scanner | ||
| escape.go | ||
| escape_test.go | ||
| field.go | ||
| go.mod | ||
| header.go | ||
| LICENSE | ||
| README.md | ||
| SPECIFICATION.md | ||
go-plan
Package plan provides tools for working with the plan-format, for the Go programming language.
The plan-format is inspired by the format that was outputted by common clients for the finger-protocol. Which makes it similar to the INI format.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-plan
Import
To import package plan use import code like the following:
import "codeberg.org/reiver/go-plan"
Installation
To install package plan do the following:
GOPROXY=direct go get codeberg.org/reiver/go-plan
Author
Package plan was written by Charles Iliya Krempeaux