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.
Find a file
2026-03-29 01:55:58 -07:00
scanner scanner 2026-03-29 01:55:58 -07:00
escape.go trying to reduce unneeded escaping 2025-12-05 15:34:22 -08:00
escape_test.go trying to reduce unneeded escaping 2025-12-05 15:34:22 -08:00
field.go trying to reduce unneeded escaping 2025-12-05 15:34:22 -08:00
go.mod go.* 2025-12-04 20:42:34 -08:00
header.go trying to reduce unneeded escaping 2025-12-05 15:34:22 -08:00
LICENSE initial commit 2025-12-04 20:39:57 -08:00
README.md SPECIFICATION.md 2026-03-26 23:35:36 -07:00
SPECIFICATION.md SPECIFICATION.md 2026-03-26 23:35:36 -07:00

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

GoDoc

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

See Also