You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a type system and constructors in Golang for a project that will contribute to human services data according to the HSDS.
I think these files would make it really easy for developers to transition their data from whatever format it is currently stored in to an API written in Go that abides by HSDS.
You can fetch the package and add it to a Go project using go get github.com/david-botos/hsds-types
Or just check it out here. I would love to write a PR to contribute if this seems like a useful resource for folks.
The text was updated successfully, but these errors were encountered:
I wrote a type system and constructors in Golang for a project that will contribute to human services data according to the HSDS.
I think these files would make it really easy for developers to transition their data from whatever format it is currently stored in to an API written in Go that abides by HSDS.
You can fetch the package and add it to a Go project using
go get github.com/david-botos/hsds-types
Or just check it out here. I would love to write a PR to contribute if this seems like a useful resource for folks.
The text was updated successfully, but these errors were encountered: