Commit Graph

58 Commits

Author SHA1 Message Date
Djordje Lukic 4e9a4185af Add `make lint` and run it on CI 2020-05-05 10:50:30 +02:00
Djordje Lukic ba8c824436 Cleanup Makefiles
* add `make help` target
* remove unused variables
* add .exe to the binary name when on windows
* add ldflags to go build to strip the binary (smaller binary size)
* `make protos` must be executed manually when proto files change
2020-05-05 10:07:11 +02:00
Djordje Lukic fc748142fa Fix badge... 2020-05-03 15:32:19 +02:00
Djordje Lukic c3df7cdc78 Add ci badge in the readme 2020-05-03 15:25:50 +02:00
Djordje Lukic aae6a0b3ca Remove example from README, it no longer exists 2020-04-30 18:11:49 +02:00
Michael Crosby bae830a1b1 Add initial backend proto and example
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 11:22:34 -04:00
Michael Crosby a4b0259456 Add doc.go
The doc.go file in the proto package allows protobuild to find all protobuf
packages in the project and compile the protos.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 10:43:36 -04:00
Michael Crosby 0eb5897fd9 Initial commit of makefile and setup scripts
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 10:40:40 -04:00