1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 20:37:05 +00:00

Make iris easier for glide users

I am not pushing the /vendor package to this repository because of
possibility to break the framework. See here:
https://github.com/mattfarina/golang-broken-vendor
This commit is contained in:
Makis Maropoulos
2016-06-30 17:33:08 +03:00
parent 781abb00ea
commit 386201f73a
4 changed files with 180 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
// For middleware, templates, sessions, websockets, mails, subdomains,
// dynamic subdomains, routes, party of subdomains & routes and much more
// visit https://www.gitbook.com/book/kataras/iris/details
package iris
package iris // import "github.com/kataras/iris"
import (
"fmt"