Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/schemaorg
Schema.org simplified types for Go.
https://github.com/altipla-consulting/schemaorg
Last synced: about 1 month ago
JSON representation
Schema.org simplified types for Go.
- Host: GitHub
- URL: https://github.com/altipla-consulting/schemaorg
- Owner: altipla-consulting
- License: mit
- Created: 2022-12-25T22:20:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T17:16:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T00:19:35.812Z (9 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/schemaorg
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schemaorg
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/schemaorg.svg)](https://pkg.go.dev/github.com/altipla-consulting/schemaorg)
Schema.org simplified types for Go.
> **WARNING:** These schemas are suited for our internal use. They're not intended for public consumption and do not contain enough definitions to be useful for other companies.
## Install
```shell
go get github.com/altipla-consulting/schemaorg
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)