1package server 2 3import ( 4 "sync" 5) 6 7var ( 8 active_rpcs = 0 9) 10 11func startRPC() { 12}
View as plain text