Closed philips closed 10 years ago
@xiangli-cmu That is fine, I just ran it in my editor while reviewing code. Just do it in your PR.
@xiangli-cmu What static data?
@benbjohnson Snapshot, Request and Reply.
@xiangli-cmu Why are you moving those to a separate package?
@benbjohnson Personally, I think there are too many files in the first level folder. And some of the files do no depend on each other. So it is cleaner to make them into separate pkgs.
@xiangli-cmu They're all functionality related to the same thing. go-raft is meant to be a relatively small, self contained library. Splitting off into additional packages is overkill.
@philips I am cleaning all static data into a data package. So I am not going to merge this now.