feaT: more interesting go
parent
53d968a922
commit
47ca3e92c5
|
@ -858,11 +858,6 @@ fieldalignment -fix ./internal/business/<span class="pl-k">*</span>.go</pre>
|
||||||
>Thanks
|
>Thanks
|
||||||
</h2>
|
</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
<a href="https://github.com/uber-go/guide/blob/master/style.md"
|
|
||||||
>Uber Go Style Guide</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis"
|
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
|
>Functional options for friendly APIs</a
|
||||||
>
|
>
|
||||||
</li>
|
</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>
|
<li>
|
||||||
<a href="https://google.github.io/styleguide/go/index" rel="nofollow"
|
<a href="https://google.github.io/styleguide/go/index" rel="nofollow"
|
||||||
>Google Go Style</a
|
>Google Go Style</a
|
||||||
|
|
|
@ -475,8 +475,9 @@ go clean -cache -testcache -modcache -fuzzcache -x
|
||||||
|
|
||||||
## Thanks
|
## 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)
|
- [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)
|
- [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/)
|
- [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/)
|
- [Fixing Memory Exhaustion Bugs in My Golang Web App](https://mtlynch.io/notes/picoshare-perf/)
|
||||||
|
|
Loading…
Reference in New Issue