Hey guys! I'm new here so I have no idea what this is right.
Anyway, during learning Golang, I made a communication library.
Using this library, you can communicate with server, client as call other's function.
I' poor at English, Reddit and Golang (Almost everything..) but I hope more than just one person like this library
https://github.com/ghatdev/PostBird
评论:
justinisrael:
ghatdev:Have you tried running this with the -race detector? You have unguarded sharing of your client slice. Bad things could happen if multiple goroutines are connecting and disconnecting
tgulacsi:oh i didn't consider about that. Thank you for suggestion
ghatdev:Haven't you seen net/rpc, or grpc.io?
brokenprogram:I'v seen, but I wanted to make my own library during learning Golang :)
Why are the comments in chinese but the identifiers (i.e. function name in english ?)
