package helper func Pre(msg string) string { return "
" + msg + "
" } func Code(msg string) string { return "" + msg + "" }