Change the display order Blog Tuto

Hi, I’m a cosmos and go newbie and I need your help
actually when i use : blogd q blog show-post 0 return :

post:
  body: world
  creator: cosmos1x33ummgkjdd6h2frlugt3tft7vnc0nxyfxnx9h
  id: "0"
  title: hello

but I would like it to show

post:
  title: hello
  body: world
  id: "0"
  creator: cosmos1x33ummgkjdd6h2frlugt3tft7vnc0nxyfxnx9h

i tried to change the variable post in query_show_post.go but i’ve got weird error so i restore with git and ask here. Thanks in advance

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.