You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
150
150
-[When Writing Unit Tests, Don’t Use Mocks](https://sendgrid.com/blog/when-writing-unit-tests-dont-use-mocks/)
151
151
-[Property-based testing in Go](https://earthly.dev/blog/property-based-testing/)
152
152
-[Functional table-driven tests in Go](https://arslan.io/2022/12/04/functional-table-driven-tests-in-go/)
153
-
-[Advanced Testing in Go](https://about.sourcegraph.com/blog/go/advanced-testing-in-go)
154
153
155
154
### Web
156
155
@@ -191,7 +190,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
191
190
-[Profiling Go Programs](https://blog.golang.org/profiling-go-programs)
192
191
-[Statically compiling Go programs](https://www.arp242.net/static-go.html)
193
192
-[Tutorial: Getting started with fuzzing](https://go.dev/doc/tutorial/fuzz)
194
-
-[Go mod's lesser known features](https://verdverm.com/go-mods/)
195
193
-[A comprehensive guide to go generate](https://eli.thegreenplace.net/2021/a-comprehensive-guide-to-go-generate/)
196
194
197
195
### Trivia
@@ -222,6 +220,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
222
220
-[Go range iterators demystified](https://www.dolthub.com/blog/2024-07-12-golang-range-iters-demystified/)
223
221
-[Fundamentals of I/O in Go](https://medium.com/@andreiboar/fundamentals-of-i-o-in-go-part-2-e7bb68cd5608)
224
222
-[Ranging over functions in Go 1.23](https://eli.thegreenplace.net/2024/ranging-over-functions-in-go-123/)
223
+
-[Interfaces in Go](https://akira.sh/posts/go-interfaces/)
225
224
226
225
### Generics
227
226
@@ -262,6 +261,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
262
261
-[Monkey Patching in Go](https://bou.ke/blog/monkey-patching-in-go/)
263
262
-[Interface method calls with the Go register ABI](https://eli.thegreenplace.net/2022/interface-method-calls-with-the-go-register-abi/)
264
263
-[Go Fact: Zero-sized Field at the Rear of a Struct Has Non-zero Size](https://i.hsfzxjy.site/zst-at-the-rear-of-go-struct/)
264
+
-[Modifying Private Variables of a Struct in Go Using unsafe and reflect](https://medium.com/@darshan.na185/modifying-private-variables-of-a-struct-in-go-using-unsafe-and-reflect-5447b3019a80)
0 commit comments