bou.ke/statictemplate@v0.0.0-20180821122055-510411a5e7dd/example/example.go (about)

     1  package example
     2  
     3  type Post struct {
     4  	Title string
     5  	Body  string
     6  }