remove gitlab CI setup and build badge

This commit is contained in:
2019-10-12 08:37:37 +02:00
parent d5148efc41
commit 5e119a1c88
2 changed files with 0 additions and 17 deletions

View File

@ -1,7 +1,6 @@
# Short - simple go url shortener
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
[![Build Status](https://git.thebarrens.nu/wolvie/short/badges/master/build.svg)](https://git.thebarrens.nu/wolvie/short/)
Short is a very simple url shortener build in golang using gorilla/mux for url routing and go-cache for storring URLs, the main focus is speed, not data is persisted, but can be dumped and restored.