6 lines
75 B
Go
6 lines
75 B
Go
|
package testutil
|
||
|
|
||
|
func ReplaceSeparatorFunc(s string) string {
|
||
|
return s
|
||
|
}
|