mindoc/converter/param_linux.go

6 lines
88 B
Go

package converter
func GetFooterOrHeaderParams(v string) string {
return "" + v +""
}