feat: remove go buf
parent
f283a8f4c8
commit
cab025ceae
|
@ -132,12 +132,22 @@
|
|||
<a
|
||||
href="https://github.com/grpc/grpc-go/issues?q=is%3Aissue+compatibility+is%3Aclosed"
|
||||
>See for yourself</a
|
||||
>. Also read
|
||||
<a href="https://go.dev/blog/protobuf-apiv2" rel="nofollow"
|
||||
>A new Go API for Protocol Buffers</a
|
||||
>
|
||||
to know why <code>v1.20.0</code> is <code>v2</code>.
|
||||
>.
|
||||
</p>
|
||||
<p>Also read:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://go.dev/blog/protobuf-apiv2" rel="nofollow"
|
||||
>A new Go API for Protocol Buffers</a
|
||||
>
|
||||
to know why <code>v1.20.0</code> is <code>v2</code>.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://jbrandhorst.com/post/plugin-versioning/" rel="nofollow"
|
||||
>Go Protobuf Plugin Versioning</a
|
||||
>.
|
||||
</li>
|
||||
</ul>
|
||||
<p>Currently there are some:</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
|
@ -1,65 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.1.0/github-markdown-dark.min.css"
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter&family=JetBrains+Mono&family=Martian+Mono&family=Recursive&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<style>
|
||||
/* https://github.com/sindresorhus/github-markdown-css */
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
/* font-family: "Inter", sans-serif; */
|
||||
font-family: "Recursive", sans-serif;
|
||||
}
|
||||
|
||||
.markdown-body code,
|
||||
.markdown-body pre {
|
||||
/* font-family: "JetBrains Mono", monospace; */
|
||||
font-family: "Martian Mono", monospace;
|
||||
}
|
||||
</style>
|
||||
<body class="markdown-body">
|
||||
<div><a href="index">Index</a></div>
|
||||
<h1>
|
||||
<a
|
||||
id="user-content-integration-go-grpc-with-buf"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
href="#integration-go-grpc-with-buf"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Integration Go gRPC with Buf
|
||||
</h1>
|
||||
<p>There are 2 questions here. What is Buf? And why is Buf?</p>
|
||||
|
||||
<div>
|
||||
Feel free to ask me via
|
||||
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
|
||||
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>. Source
|
||||
code is available on
|
||||
<a href="https://github.com/haunt98/posts-go">GitHub</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.3"
|
||||
"prettier": "^2.8.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,7 +58,11 @@ This pattern is used by [google/go-github](https://github.com/google/go-github).
|
|||
|
||||
Why?
|
||||
[See for yourself](https://github.com/grpc/grpc-go/issues?q=is%3Aissue+compatibility+is%3Aclosed).
|
||||
Also read [A new Go API for Protocol Buffers](https://go.dev/blog/protobuf-apiv2) to know why `v1.20.0` is `v2`.
|
||||
|
||||
Also read:
|
||||
|
||||
- [A new Go API for Protocol Buffers](https://go.dev/blog/protobuf-apiv2) to know why `v1.20.0` is `v2`.
|
||||
- [Go Protobuf Plugin Versioning](https://jbrandhorst.com/post/plugin-versioning/).
|
||||
|
||||
Currently there are some:
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# Integration Go gRPC with Buf
|
||||
|
||||
There are 2 questions here.
|
||||
What is Buf?
|
||||
And why is Buf?
|
Loading…
Reference in New Issue