Skip to content

Commit f941c84

Browse files
authored
Update README.md (#265)
Fixes #252 Fixes #264
1 parent 0efead7 commit f941c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
150150
- [When Writing Unit Tests, Don’t Use Mocks](https://sendgrid.com/blog/when-writing-unit-tests-dont-use-mocks/)
151151
- [Property-based testing in Go](https://earthly.dev/blog/property-based-testing/)
152152
- [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)
154153

155154
### Web
156155

@@ -191,7 +190,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
191190
- [Profiling Go Programs](https://blog.golang.org/profiling-go-programs)
192191
- [Statically compiling Go programs](https://www.arp242.net/static-go.html)
193192
- [Tutorial: Getting started with fuzzing](https://go.dev/doc/tutorial/fuzz)
194-
- [Go mod's lesser known features](https://verdverm.com/go-mods/)
195193
- [A comprehensive guide to go generate](https://eli.thegreenplace.net/2021/a-comprehensive-guide-to-go-generate/)
196194

197195
### Trivia
@@ -222,6 +220,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
222220
- [Go range iterators demystified](https://www.dolthub.com/blog/2024-07-12-golang-range-iters-demystified/)
223221
- [Fundamentals of I/O in Go](https://medium.com/@andreiboar/fundamentals-of-i-o-in-go-part-2-e7bb68cd5608)
224222
- [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/)
225224

226225
### Generics
227226

@@ -262,6 +261,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
262261
- [Monkey Patching in Go](https://bou.ke/blog/monkey-patching-in-go/)
263262
- [Interface method calls with the Go register ABI](https://eli.thegreenplace.net/2022/interface-method-calls-with-the-go-register-abi/)
264263
- [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)
265265

266266
### Performance
267267

0 commit comments

Comments
 (0)