param_windows.go 78 B

12345
  1. package converter
  2. func GetFooterOrHeaderParams(v string) string {
  3. return v
  4. }