mindoc/converter/param_linux.go

6 lines
88 B
Go
Raw Normal View History

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