I am trying to make go client work following the examples in your doc page but to no success. Dial executes fine but when I execute Alter within the example it fails with unknown service api.Dgraph. I am not doing anything special, can you please help me out?
(i have tryed with both ports on zero server to no success, the only thing that is different, I am not using docker and have built dgraph on my own on freebsd and since the dgraph server connects to zero server without any problems (grdp), i would presume there is no issue in protocol, on both sides (client and server) the sources were obtained using go get and at almost the same time so i would presume the source code is from the same branch)
