iris/_examples/advanced/url-shortener/shortener.go

5 lines
102 B
Go
Raw Normal View History

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