mindoc/converter/param_linux.go

6 lines
92 B
Go
Raw Normal View History

2018-01-30 13:48:07 +08:00
package converter
func GetFooterOrHeaderParams(v string) string {
return "\"" + v +"\""
}