Skip to content

droyo/go.ndb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is library loads lines of text in a simple attr=value format into
arbitrary Go data structures, and encodes Go data structures into
lines of text in the same format. The format is inspired by the Plan 9
network database format, seen here:

http:https://plan9.bell-labs.com/magic/man2html/6/ndb

The format is the same, except that values may be quoted with single
quotes to contain white space. The package can be installed with 
	
	`go get aqwari.net/exp/ndb`

Once installed, documentation can be viewed with the godoc tool.

About

Parser for the ndb file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published