Skip to content

harkaitz/go-recutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-RECUTILS

GNU recutils'es recfile parser/writer on pure Go. recfiles are human-editable, plaintext databases. This library allows you to read records and their fields from it. Look for cmd/gorecsel as an example usage.

  • iterate through the records and their fields
  • ignore comments
  • support continuation lines ($) and multilines (^+)

It is free software: see the file COPYING for copying conditions.

Reasons for the fork.

This repository was forked from cypherpunks.ru in 2022-10-08.

I had issues downloading the code safely (2022-10-XX):

  • I was getting an invalid certificate (2022).
  • The connection was slow and closed unexpectedly.

I will keep the package name the same recfile. This way you only need to change the "import" statement to use this fork.

Updates from cypherpunks.ru:

  • 2022-10-08 : Initial fork.

License and authors:

About

GNU Recutils database support for Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published