https://github.com/core-go/metadata
https://github.com/core-go/metadata
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/metadata
- Owner: core-go
- Created: 2020-12-27T08:38:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T06:47:09.000Z (over 3 years ago)
- Last Synced: 2025-01-10T04:14:59.128Z (6 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metadata
Model for metadata
- Model
- Field
- Relationship
- Link
- TypeAlias## Installation
Please make sure to initialize a Go module before installing core-go/metadata:```shell
go get -u github.com/core-go/metadata
```Import:
```go
import "github.com/core-go/metadata"
```