nvkp / turtle

Golang package for parsing and serializing the Turtle (.ttl) format used for representing RDF data
MIT License
3 stars 0 forks source link

Replaced Testify with Small Internal Assertion Package #2

Closed nvkp closed 9 months ago

nvkp commented 9 months ago

To avoid any dependency whatsoever even for testing purposes I created and switched to a much smaller version of the /github.com/stretchr/testify/assert library.