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"
)