From 04fcedc7db6931020472501fc7dbc38e33aebd94 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 24 Sep 2023 19:17:11 +0700 Subject: [PATCH] fixed layout --- docs/2022-07-31-experiment-go.html | 4 ++-- posts/2022-07-31-experiment-go.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/2022-07-31-experiment-go.html b/docs/2022-07-31-experiment-go.html index 99b0063..2a759b6 100644 --- a/docs/2022-07-31-experiment-go.html +++ b/docs/2022-07-31-experiment-go.html @@ -40,7 +40,7 @@ There come a time when you need to experiment new things, new style, new approach. So this post serves as it is named.

-

-

+

Instead of:

type Client interface {
diff --git a/posts/2022-07-31-experiment-go.md b/posts/2022-07-31-experiment-go.md
index 65766f4..64ad716 100644
--- a/posts/2022-07-31-experiment-go.md
+++ b/posts/2022-07-31-experiment-go.md
@@ -3,7 +3,7 @@
 There come a time when you need to experiment new things, new style, new
 approach. So this post serves as it is named.
 
-# Design API by trimming down the interface/struct or whatever
+## Design API by trimming down the interface/struct or whatever
 
 Instead of: