mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-05-18 07:32:59 +08:00
6 lines
88 B
Go
6 lines
88 B
Go
package converter
|
|
|
|
func GetFooterOrHeaderParams(v string) string {
|
|
return "" + v +""
|
|
}
|