Skip to content

Instantly share code, notes, and snippets.

@pravinchandar
Created July 5, 2022 00:46
Show Gist options
  • Select an option

  • Save pravinchandar/04ee64794acb273c521836465a332bc8 to your computer and use it in GitHub Desktop.

Select an option

Save pravinchandar/04ee64794acb273c521836465a332bc8 to your computer and use it in GitHub Desktop.
rpcClient, err := rpc.Dial("unix", "/tmp/jqserver.sock")
if err != nil {
panic(fmt.Sprintf("failed to initialise rpc client: %v", err))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment