Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 884 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 884 Bytes

dbf GitHub license GoDoc Go Report Card codebeat badge

A pure Go library for reading dBase/xBase database files

You can incorporate the library into your local workspace with the following 'go get' command:

go get github.com/moogle19/dbf

Code needing to call into the library needs to include the following import statement:

import (
  "github.com/moogle19/dbf"
)