mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
23 lines
425 B
Go
23 lines
425 B
Go
package main // import "github.com/kataras/iris/iris"
|
|
|
|
/*
|
|
|
|
- install iris command line tool
|
|
$ go get -u github.com/kataras/iris/iris
|
|
|
|
|
|
- get command
|
|
Downloads the mongo sample project prototype, open this folder to your explorer,
|
|
builds, runs and watches for source code changes (hot-reload).
|
|
|
|
$ iris get mongo
|
|
|
|
|
|
- run command
|
|
Runs and monitors for source code changes(hot-reload).
|
|
|
|
$ cd mysites/site1
|
|
$ iris run main.go
|
|
|
|
*/
|