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.
- Host: GitHub
- URL: https://github.com/jtsang4/golb
- Owner: jtsang4
- Created: 2018-07-19T09:50:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T17:35:22.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T20:53:16.858Z (5 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)