dialIdentityAgent connects to a Unix domain socket identity agent.
(agentPath string)
| 6 | |
| 7 | // dialIdentityAgent connects to a Unix domain socket identity agent. |
| 8 | func dialIdentityAgent(agentPath string) (net.Conn, error) { |
| 9 | return net.Dial("unix", agentPath) |
| 10 | } |
no outgoing calls