mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 14:36:26 +01:00
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
19 lines
301 B
Go
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
|
|
*/
|