2022-12-25 19:13:58 +00:00
<!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.min.css"
/>
2022-12-30 09:21:16 +00:00
< 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& display=swap"
rel="stylesheet"
/>
2022-12-25 19:13:58 +00:00
< / 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;
}
}
2022-12-30 09:21:16 +00:00
.markdown-body {
font-family: "Inter", sans-serif;
}
.markdown-body code,
.markdown-body pre {
font-family: "JetBrains Mono", monospace;
}
2022-12-25 19:13:58 +00:00
< / style >
< body class = "markdown-body" >
2022-12-25 19:22:39 +00:00
< div >
< a href = "index" > Index< / a >
< / div >
2022-12-25 19:13:58 +00:00
< 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.
2022-12-25 18:52:03 +00:00
What is Buf?
2022-12-25 19:13:58 +00:00
And why is Buf?< / p >
2022-12-25 19:22:39 +00:00
< 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 >
< / div >
2022-12-25 19:13:58 +00:00
< / body >
< / html >