mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
Not tested on linux yet,(I do not have a linux station now). Post an issue if iris run main.go doesnt works as expected
19 lines
260 B
Go
19 lines
260 B
Go
package main
|
|
|
|
/*
|
|
|
|
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
|
|
*/
|