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:
2
iris.go
2
iris.go
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user