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

https://github.com/jtsang4/golb

A blog system written by golang.
https://github.com/jtsang4/golb

Last synced: 4 months ago
JSON representation

A blog system written by golang.

Awesome Lists containing this project

README

        

# Golb

A blog system written by golang.

## Technical stacks

Dependencies management tool: [dep](https://github.com/golang/dep)

* [gin](https://github.com/gin-gonic/gin) (Gin is a HTTP web framework written in Go (Golang))
* [sql](https://golang.org/pkg/database/sql/) (Package sql provides a generic interface around SQL (or SQL-like) databases)
* [pq](https://github.com/lib/pq) (Pure Go Postgres driver for database/sql)