package blog type STAGE int const ( STAGE_DRAFT STAGE = iota STAGE_PUBLISHED )