Remove temporary test code.

This commit is contained in:
JoramWilander
2015-10-01 15:44:29 -04:00
parent 5bb22ed454
commit ba3cde024f

View File

@@ -32,10 +32,6 @@ type Post struct {
PendingPostId string `json:"pending_post_id" db:"-"`
}
func Something() bool {
return true
}
func (o *Post) ToJson() string {
b, err := json.Marshal(o)
if err != nil {