mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
docs: Added README.md.
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
#+feature dynamic-literals
|
||||
package main
|
||||
|
||||
import "mustache"
|
||||
@@ -134,7 +133,7 @@ get_template :: proc(
|
||||
chain[n] = "base"; n += 1
|
||||
}
|
||||
|
||||
for i in 0..<n {
|
||||
for i in 0 ..< n {
|
||||
candidate := chain[i]
|
||||
if cached, ok := cache[candidate]; ok {
|
||||
return cached
|
||||
|
||||
Reference in New Issue
Block a user