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

https://github.com/fd/prerender

Use prerender.io with Go
https://github.com/fd/prerender

Last synced: 9 months ago
JSON representation

Use prerender.io with Go

Awesome Lists containing this project

README

          

prerender
=========

[![GoDoc](https://godoc.org/github.com/fd/prerender?status.svg)](https://godoc.org/github.com/fd/prerender)

```go
func main() {
http.ListenAndServe(":3000", prerender.Handler(app))
}
```