An open API service indexing awesome lists of open source software.

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

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"
```