iris/_examples/examples/url-shortener/shortener.go
Gerasimos (Makis) Maropoulos 549c8eba10 URL Shortener using Iris and BoltDB example
Former-commit-id: 059f5fcd6c1df8df11ed2594ee3c1b1ccc13c7b0
2017-03-14 14:54:04 +02:00

5 lines
102 B
Go

package main
// Version is the current version of the url-shortener package.
const Version = "0.0.1"