Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Blogs = []Blog{
{ID: 1, Title: "Hello World", CategoryID: 1},
{ID: 2, Title: "Go Tips", CategoryID: 2},
{ID: 3, Title: "Advanced Patterns", CategoryID: 2},
}
View Source
var Categories = []Category{
{ID: 1, Name: "General"},
{ID: 2, Name: "Programming"},
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.