1
0
Fork 0

11 Commits (master)

Author SHA1 Message Date
Philip O'Toole 86750b9fe1 Formatting 7 months ago
Philip O'Toole 74d71cd95b CHANGELOG 7 months ago
Philip O'Toole 5afab6a485 CHANGELOG 8 months ago
Mauri de Souza Meneguzzo 993e91eb12 code review fixes 8 months ago
Philip O'Toole d4fe0dbcef Run the same tool as before 8 months ago
Mauri de Souza Meneguzzo 76be2eb977 proto: generate proto files with go generate
During codebase changes, I had to modify proto files. Noticed a lack
of instructions for compiling them.

This commit adds support for running `go generate ./...` to generate the
pb.go files.
8 months ago
Philip O'Toole 761cff14be Stream backup from remote node 9 months ago
Philip O'Toole dbff51d1f4 Generated files
protoc --go_out=. --go_opt=paths=source_relative command.proto
protoc -I $GOPATH/src/github.com/rqlite/rqlite/ --proto_path
$GOPATH/src/github.com/rqlite/rqlite/cluster/proto --go_out=.
--go_opt=paths=source_relative message.proto
9 months ago
Philip O'Toole ec5781be3b Remove generated Go files (for now) 9 months ago
Philip O'Toole 2f3b6fffae No apparent "problems" 9 months ago
Philip O'Toole e8570d7a97 One last issue around v8 import
Auto-generated file is not referencing v8
9 months ago