module
0.0.0-20201104112023-141d5c78f939
Repository: https://github.com/fbreuer2/pastebin-micro.git
Documentation: pkg.go.dev
# README
Introduction
This is a micro version of a pastebin clone. It is minimalistic, can be used with an in-memory database or SQLite.
Features
You can create pastes and look at them with syntax highlighting.
Installation
The assets are bundled using packr.
Install Packr
$ go get -u github.com/gobuffalo/packr/packr
Change into cmd folder and execute
$ packr build