Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReadArticleN = `SELECT id, author, title, body, created_at FROM article` ReadArticle1 = `SELECT id, author, title, body, created_at FROM article WHERE id=?;` )
View Source
const (
ArticleByID = `article:id:%d`
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.