fixed layout

main
sudo pacman -Syu 2023-09-24 19:17:11 +07:00
parent 5155072e56
commit 04fcedc7db
2 changed files with 3 additions and 3 deletions

View File

@ -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.
</p>
<h1
<h2
id="user-content-design-api-by-trimming-down-the-interfacestruct-or-whatever"
>
<a
@ -51,7 +51,7 @@
class="octicon octicon-link"
></span
></a>
</h1>
</h2>
<p>Instead of:</p>
<div class="highlight highlight-source-go">
<pre><span class="pl-k">type</span> <span class="pl-smi">Client</span> <span class="pl-k">interface</span> {

View File

@ -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: