Update README.md
This commit is contained in:
parent
69faa3d86c
commit
49f1c1b382
|
@ -2,7 +2,11 @@
|
||||||
[![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin) [![GoDoc](https://godoc.org/github.com/ewhal/Pastebin?status.svg)](https://godoc.org/github.com/ewhal/Pastebin) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/Pastebin)](https://goreportcard.com/report/github.com/ewhal/Pastebin) [![MIT
|
[![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin) [![GoDoc](https://godoc.org/github.com/ewhal/Pastebin?status.svg)](https://godoc.org/github.com/ewhal/Pastebin) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/Pastebin)](https://goreportcard.com/report/github.com/ewhal/Pastebin) [![MIT
|
||||||
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pomf/pomf/master/LICENSE.md)
|
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pomf/pomf/master/LICENSE.md)
|
||||||
|
|
||||||
Modern pastebin service with a restful like api written in golang.
|
Modern self-hosted pastebin service with a restful API.
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
Many Pastebin services exist but all are more complicated than they need to be.
|
||||||
|
That is why I decided to write a pastebin service in golang.
|
||||||
|
|
||||||
![paste](http://i.imgur.com/7BeCKa3.png)
|
![paste](http://i.imgur.com/7BeCKa3.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue