working skiplist

This commit is contained in:
Chris Lu
2021-10-02 14:02:56 -07:00
parent b6694279d7
commit 4c1741fdbb
6 changed files with 1165 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
all: gen
.PHONY : gen
gen:
protoc skiplist.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative