Skip to content

Instantly share code, notes, and snippets.

@catatsuy
Last active May 3, 2017 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catatsuy/e326c34783d91918462a4470f4bc8373 to your computer and use it in GitHub Desktop.
Save catatsuy/e326c34783d91918462a4470f4bc8373 to your computer and use it in GitHub Desktop.
[]*Entry{
&Entry{
Author: "catatsuy",
Title: "ポエム",
Basename: "poem",
Status: "Publish",
AllowComments: 1,
AllowPings: 1,
ConvertBreaks: "0",
Date: time.Date(2017, time.April, 22, 20, 41, 58, 0, time.UTC),
PrimaryCategory: "ブログ",
Category: []string{"ポエム", "技術系"},
Body: "<p>body</p>\n<p>bodybody</p>\n<p>bodybodybody</p>\n",
ExtendedBody: "<p>extended body</p>\n",
},
&Entry{
Author: "catatsuy",
Title: "風邪で声を失った話",
Basename: "2017/04/09/194939",
Status: "Publish",
AllowComments: 1,
AllowPings: -1,
ConvertBreaks: "0",
Date: time.Date(2017, time.April, 9, 19, 49, 39, 0, time.UTC),
Category: []string{"日常"},
Body: "<p>bodybodybody</p>\n",
ExtendedBody: "<p>extended body body body</p>\n",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment