param_linux.go 88 B

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