Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Aug 26, 2014
1 parent a6eafa6 commit 0d59765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gorazor/gogen.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (cp *Compiler) visitMKP(child interface{}, ast *Ast) {
cp.addPart(Part{CMKP, getValStr(child)})
}

// First block contains imports and parameters, specific action for layout,
// NOTE, layout have some conventions.
func (cp *Compiler) visitFirstBLK(blk *Ast) {
pre := cp.buf
Expand Down

0 comments on commit 0d59765

Please sign in to comment.