From cab025ceaee8905143784a2400a83ab2c17b2f60 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 8 Feb 2023 15:24:01 +0700 Subject: [PATCH] feat: remove go buf --- bun.lockb | Bin 1183 -> 1183 bytes docs/2022-07-31-experiment-go.html | 20 ++++++--- docs/2022-12-25-go-buf.html | 65 ----------------------------- package.json | 2 +- posts/2022-07-31-experiment-go.md | 6 ++- posts/2022-12-25-go-buf.md | 5 --- 6 files changed, 21 insertions(+), 77 deletions(-) delete mode 100644 docs/2022-12-25-go-buf.html delete mode 100644 posts/2022-12-25-go-buf.md diff --git a/bun.lockb b/bun.lockb index bc60b33b1d03c7d1f7a6a5b0bdc926c94bdbc263..6c4b4c7214c173ddb3851cee15b1cdace935bf3d 100755 GIT binary patch delta 234 zcmbQwIiGWaot5xXPo zUsxF`LYmkZ85kJ&(D*>1H}6>(7$l%HO#Z;Uv)Lf^Objw$d43??rjh_B!!#Vd)(vseyW}&H$PgFZ5 zbX?oF@v)Lj$}Qg8HHUgW?>XzYEw&tJ7{lDnpBO_K8BHd8Fz;eD(JM)>nk>lDH(7v@ F3jq0xR3ZQX delta 234 zcmbQwIiGWao&xuWt2bw?S@C#fXoz9Y{Ik>JBu|8hecXEQ@=P|j#p2JhC;A0Pq*_$p z|H#TvF@=kjk%58XG#Vc$B*4tfz#svoVe$>JuDKxfObjw$d43?%{qPPeh9N_?vC_%-fv%s>QrqjnzqW! z=Kjhr%a``-`eISGZEfL|tM=NJuY}hF4P&^m`4eL(Bct(T59VF0#(E{`Rg(o-`X&o7 GasdE3&Qcoy diff --git a/docs/2022-07-31-experiment-go.html b/docs/2022-07-31-experiment-go.html index e188baa..2243806 100644 --- a/docs/2022-07-31-experiment-go.html +++ b/docs/2022-07-31-experiment-go.html @@ -132,12 +132,22 @@ See for yourself. Also read - A new Go API for Protocol Buffers - to know why v1.20.0 is v2. + >.

+

Also read:

+

Currently there are some:

  • diff --git a/docs/2022-12-25-go-buf.html b/docs/2022-12-25-go-buf.html deleted file mode 100644 index 7ad2f57..0000000 --- a/docs/2022-12-25-go-buf.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - -

    - Integration Go gRPC with Buf -

    -

    There are 2 questions here. What is Buf? And why is Buf?

    - -
    - Feel free to ask me via - email or - Mastodon. Source - code is available on - GitHub -
    - - diff --git a/package.json b/package.json index 0b7e8eb..ce6e7b0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "prettier": "^2.8.3" + "prettier": "^2.8.4" } } diff --git a/posts/2022-07-31-experiment-go.md b/posts/2022-07-31-experiment-go.md index 14ade0c..d4fdc1e 100644 --- a/posts/2022-07-31-experiment-go.md +++ b/posts/2022-07-31-experiment-go.md @@ -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: diff --git a/posts/2022-12-25-go-buf.md b/posts/2022-12-25-go-buf.md deleted file mode 100644 index a80c757..0000000 --- a/posts/2022-12-25-go-buf.md +++ /dev/null @@ -1,5 +0,0 @@ -# Integration Go gRPC with Buf - -There are 2 questions here. -What is Buf? -And why is Buf?