(in string)
| 33 | `)) |
| 34 | |
| 35 | func jsEscape(in string) string { |
| 36 | return strings.Replace(in[1:], ".", "\\.", -1) |
| 37 | } |
| 38 | |
| 39 | func pacFile(target io.Writer, domains ...string) error { |
| 40 | return pacTmpl.Execute(target, domains) |
nothing calls this directly
no outgoing calls
no test coverage detected