14 lines
230 B
Markdown
14 lines
230 B
Markdown
# Modifications
|
|
|
|
* revel.go
|
|
|
|
```
|
|
RevelImportPath = "github.com/leanote/leanote/vendor/github.com/revel/revel"
|
|
```
|
|
|
|
|
|
# RUN
|
|
```
|
|
go install github.com/leanote/leanote/cmd/leanote_revel
|
|
leanote_revel run github.com/leanote/leanote
|
|
``` |