iris/iris/doc.go
Gerasimos (Makis) Maropoulos 244a59e055 20 days of unstoppable work. Waiting fo go 1.8, I didn't finish yet, some touches remains.
Former-commit-id: ed84f99c89f43fe5e980a8e6d0ee22c186f0e1b9
2017-02-14 05:54:11 +02:00

23 lines
384 B
Go

package main
/*
- 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
*/