Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 236 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 236 Bytes

dxf-go

A go package for reading and writing DXF CAD files.

Usage

Acquisition:

go get -d -t github.com/ixmilia/dxf-go
go generate github.com/ixmilia/dxf-go

Examples

See the examples directory.