Documentation ¶
Index ¶
Constants ¶
View Source
const ( EOF = iota // 0 ILLEGAL // Identifiers + literals LBRACE // { RBRACE // } // PARAM_IDENTIFIER // id COLON // : LPAREN // ( RPAREN // ) // PARAM_FUNC_ARG // 1 COMMA IDENT // string or keyword // Keywords // keywords_start ELSE // else // keywords_end INT // 42 )
/about/{fullname:alphabetical} /profile/{anySpecialName:string} {id:int range(1,5) else 404} /admin/{id:int eq(1) else 402} /file/{filepath:file else 405}
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.