iris/iris/doc.go
Makis Maropoulos 386201f73a 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
2016-06-30 17:33:08 +03:00

19 lines
301 B
Go

package main // import "github.com/kataras/iris/iris"
/*
go get -u github.com/kataras/iris/iris
// create command
create an empty folder, open the command prompt/terminal there, type and press enter:
iris create
// run command
navigate to your app's directory and execute:
iris run main.go
*/