forked from samalba/zerorpc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
CyCoreSystems/zerorpc-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
package main import ( "fmt" "zerorpc" ) func main() { c := zerorpc.NewClient("tcp://localhost:4242") res := c.Invoke("uname").([]interface{})[3].([]byte) fmt.Printf("os.uname()[3] = \"%s\"\n", res) }
About
Implementation of the zerorpc library for the Go language
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published