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

https://github.com/andreip/gowiki

A simple wiki page in go
https://github.com/andreip/gowiki

Last synced: about 1 year ago
JSON representation

A simple wiki page in go

Awesome Lists containing this project

README

          

A simple wiki page
===

Based on tutorial from https://golang.org/doc/articles/wiki/.

```bash
go run wiki.go
# navigate to localhost:8080
```