mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 14:37:14 +08:00
6 lines
92 B
Go
6 lines
92 B
Go
package converter
|
|
|
|
func GetFooterOrHeaderParams(v string) string {
|
|
return "\"" + v +"\""
|
|
}
|