|
|
1 年間 前 | |
|---|---|---|
| .. | ||
| .gitignore | 1 年間 前 | |
| .travis.yml | 1 年間 前 | |
| LICENSE | 1 年間 前 | |
| README.md | 1 年間 前 | |
| appveyor.yml | 1 年間 前 | |
| cache.go | 1 年間 前 | |
| constructors.go | 1 年間 前 | |
| default.go | 1 年間 前 | |
| dump.go | 1 年間 前 | |
| eval.go | 1 年間 前 | |
| exec.go | 1 年間 前 | |
| func.go | 1 年間 前 | |
| lex.go | 1 年間 前 | |
| loader.go | 1 年間 前 | |
| node.go | 1 年間 前 | |
| parse.go | 1 年間 前 | |
| profile.sh | 1 年間 前 | |
| ranger.go | 1 年間 前 | |
| set.go | 1 年間 前 | |
| stress.bash | 1 年間 前 | |
Jet is a template engine developed to be easy to use, powerful, dynamic, yet secure and very fast.
extends) and composition (block/yield, import, include)Version 6 brings major improvements to the Go API. Make sure to read through the breaking changes before making the jump.
An example to-do application is available in examples/todos. Clone the repository, then (in the repository root) do:
$ cd examples/todos; go run main.go
If you use IntelliJ there is a plugin available at https://github.com/jhsx/GoJetPlugin. There is also a very good Go plugin for IntelliJ – see https://github.com/go-lang-plugin-org/go-lang-idea-plugin. GoJetPlugin + Go-lang-idea-plugin = happiness!
All contributions are welcome – if you find a bug please report it.