https://github.com/core-go/template
https://github.com/core-go/template
json json-map json-mapper template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/template
- Owner: core-go
- Created: 2022-01-02T10:04:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T16:18:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T04:15:08.655Z (6 months ago)
- Topics: json, json-map, json-mapper, template
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template
## Installation
Please make sure to initialize a Go module before installing core-go/template:```shell
go get -u github.com/core-go/template
```Import:
```go
import "github.com/core-go/template"
```