mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
Read https://github.com/kataras/iris/tree/master/HISTORY.md
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
func main(){
|
||||
e := editor.New("username","password").Port(4444).Dir("/path/to/the/client/side/directory")
|
||||
|
||||
iris.Plugins().Add(e)
|
||||
iris.Plugins.Add(e)
|
||||
|
||||
iris.Get("/", func (ctx *iris.Context){})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user