mindoc/converter/param_windows.go

5 lines
78 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:05:10 +08:00
return v
}