dependabot[bot] 28257eac2e
Some checks failed
coverage / build (push) Failing after 46s
test / test (push) Successful in 3m33s
Bump golang.org/x/tools from 0.28.0 to 0.33.0 (#98)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.28.0 to 0.33.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 18:20:45 +03:00
2025-05-12 18:17:24 +03:00
2025-04-24 12:09:00 +03:00
2025-04-24 12:09:00 +03:00
2021-10-23 23:21:10 +03:00
2025-04-24 12:09:00 +03:00
2023-02-22 00:05:54 +03:00
2021-12-26 01:09:11 +03:00
2025-04-24 12:09:00 +03:00
2023-02-22 00:05:54 +03:00
2024-06-11 20:45:45 +03:00
2025-04-24 12:09:00 +03:00
2025-01-09 18:00:13 +03:00
2021-02-23 14:50:01 +03:00
2024-06-11 20:45:45 +03:00
2023-07-31 00:54:44 +03:00
2025-04-24 12:09:00 +03:00
2025-04-24 12:09:00 +03:00
2025-01-09 18:00:13 +03:00
2025-04-24 12:09:00 +03:00
2025-05-06 17:45:22 +03:00
2025-04-24 12:09:00 +03:00

protoc-gen-go-micro

protobuf plugin to generate helper code for micro framework

A generic code/script/data generator based on Protobuf.


This project is a generator plugin for the Google Protocol Buffers compiler (protoc).

Usage

$> protoc --go_micro_out=debug=true,components="micro|http":. input.proto
Option Default Value Accepted Values Description
tag_path . any local path path contains generated protobuf code that needs to be tagged
debug               false       true or false if true, protoc will generate a more verbose output
components micro micro rpc http chi gorilla client server some values can't coexists like gorilla/chi or rpc/http, values must be concatinated with pipe symbol

Install

  • Install the go compiler and tools from https://golang.org/doc/install
  • Install protoc-gen-go: go install google.golang.org/protobuf/cmd/protoc-gen-go
  • Install protoc-gen-go-micro: go install go.unistack.org/protoc-gen-go-micro/v4
Description
No description provided
Readme Pixar 130 MiB
v4.0.15 Latest
2025-05-06 17:45:42 +03:00
Languages
Go 100%