mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
URL Shortener using Iris and BoltDB example
Former-commit-id: 059f5fcd6c1df8df11ed2594ee3c1b1ccc13c7b0
This commit is contained in:
4
_examples/examples/url-shortener/shortener.go
Normal file
4
_examples/examples/url-shortener/shortener.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
// Version is the current version of the url-shortener package.
|
||||
const Version = "0.0.1"
|
||||
Reference in New Issue
Block a user