iris/_examples/tutorial/url-shortener/shortener.go
2017-07-10 18:32:42 +03:00

5 lines
107 B
Go

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