package utils type MySql_blog_posts struct { A_id int A_user int A_name string A_alias string A_content string A_datetime int A_active int }