Skip to content

An implementation of Siren related data structures in Golang

Notifications You must be signed in to change notification settings

mtiller/go-siren

Repository files navigation

GoSiren

At the moment, there isn't really much to this repository. It is simply an attempt to represent the structure of @kevinswiber's Siren hypermedia format natively in Golang.

The data structures involved have been marked up with struct tags so that a SirenEntity can be marshaled up as JSON using the standard encoding/json package. Apart from that, there really isn't much capability natively in this package. I built this for another project and recognized that a) there wasn't already an implementation of this available and b) I might was well release this so others might benefit from it.

That is all.

About

An implementation of Siren related data structures in Golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages