A simple pastebin application written in Go
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 5 años
123456789
  1. # gopaste
  2. A basic pastebin web app written in Go (golang). This is from a [JaxPHP/JaxWeb talk](https://www.meetup.com/JaxPHP-JaxWeb/events/hzgpcqyxpbcc/) on Nov. 28, 2018.
  3. ## Get Started
  4. ```
  5. go get code.as/matt/gopaste
  6. ```