An open API service indexing awesome lists of open source software.

https://github.com/ngdangkietswe/swe-protobuf-shared

Protobuf | Make | Go | Java | Github Actions
https://github.com/ngdangkietswe/swe-protobuf-shared

github-actions go java make protobuf

Last synced: over 1 year ago
JSON representation

Protobuf | Make | Go | Java | Github Actions

Awesome Lists containing this project

README

          

# SWE-PROTOBUF-SHARED

This repository contains the shared protobuf files for the SWE project.

## Tech stack

- [x] [Protocol Buffers](https://developers.google.com/protocol-buffers)
- [x] [Make](https://www.gnu.org/software/make/)
- [x] [Java](https://www.java.com/en/)
- [x] [Go](https://golang.org/)
- [x] [Github Actions](https://docs.github.com/en/actions)

## Generate code

- Gen java

```bash
make gen-java
```
- Gen go

```bash
make gen-go
```
- Lint

```bash
make lint
```