mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
minor fmt
Former-commit-id: d22d8c4a715326901cd12368268eb3fb3e087a5f
This commit is contained in:
3
_examples/tutorial/url-shortener/README.md
Normal file
3
_examples/tutorial/url-shortener/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## A URL Shortener Service using Go, Iris and Bolt
|
||||
|
||||
Hackernoon Article: https://hackernoon.com/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7
|
||||
@@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"net/url"
|
||||
|
||||
"github.com/satori/go.uuid"
|
||||
"github.com/iris-contrib/go.uuid"
|
||||
)
|
||||
|
||||
// Generator the type to generate keys(short urls)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Article: https://medium.com/@kataras/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7
|
||||
//
|
||||
// $ go get github.com/etcd-io/bbolt
|
||||
// $ go get github.com/satori/go.uuid
|
||||
// $ go get github.com/iris-contrib/go.uuid
|
||||
// $ cd $GOPATH/src/github.com/kataras/iris/_examples/tutorial/url-shortener
|
||||
// $ go build
|
||||
// $ ./url-shortener
|
||||
|
||||
Reference in New Issue
Block a user