feaT: more interesting go

main
sudo pacman -Syu 2023-08-17 17:06:57 +07:00
parent 53d968a922
commit 47ca3e92c5
2 changed files with 14 additions and 6 deletions

View File

@ -858,11 +858,6 @@ fieldalignment -fix ./internal/business/<span class="pl-k">*</span>.go</pre>
>Thanks
</h2>
<ul>
<li>
<a href="https://github.com/uber-go/guide/blob/master/style.md"
>Uber Go Style Guide</a
>
</li>
<li>
<a
href="https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis"
@ -870,6 +865,18 @@ fieldalignment -fix ./internal/business/<span class="pl-k">*</span>.go</pre>
>Functional options for friendly APIs</a
>
</li>
<li>
<a
href="https://abhinavg.net/2022/12/06/designing-go-libraries/"
rel="nofollow"
>Designing Go Libraries: The Talk: The Article</a
>
</li>
<li>
<a href="https://github.com/uber-go/guide/blob/master/style.md"
>Uber Go Style Guide</a
>
</li>
<li>
<a href="https://google.github.io/styleguide/go/index" rel="nofollow"
>Google Go Style</a

View File

@ -475,8 +475,9 @@ go clean -cache -testcache -modcache -fuzzcache -x
## Thanks
- [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
- [Functional options for friendly APIs](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis)
- [Designing Go Libraries: The Talk: The Article](https://abhinavg.net/2022/12/06/designing-go-libraries/)
- [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
- [Google Go Style](https://google.github.io/styleguide/go/index)
- [Three bugs in the Go MySQL Driver](https://github.blog/2020-05-20-three-bugs-in-the-go-mysql-driver/)
- [Fixing Memory Exhaustion Bugs in My Golang Web App](https://mtlynch.io/notes/picoshare-perf/)