package utils func InlineCode(str string) string { return "`" + str + "`" }