Sync Sun Nov 12 23:00:09 UTC 2023

This commit is contained in:
bouncepaw
2023-11-12 23:00:09 +00:00
parent 8d8e8366f0
commit 6b233c3423
6 changed files with 14 additions and 32 deletions
-16
View File
@@ -1,16 +0,0 @@
= 787
https://flak.tedunangst.com/post/bango
Tedu wrote a tool that lets you handle errors in Go like this:
```
func decomp(filename string) ([]byte, error) {
fd := ^os.Open(filename)
defer fd.Close()
zd := ^gzip.NewReader(fd)
data := ^io.ReadAll(zd)
return data, nil
}
```
Funky!
+3
View File
@@ -0,0 +1,3 @@
= 850
https://www.econgraphs.org/
+4
View File
@@ -0,0 +1,4 @@
= 851
https://html-first.com/
> Principles to make building web software easier, faster and more inclusive.
+3
View File
@@ -0,0 +1,3 @@
= EconGraphs
https://www.econgraphs.org/
+4
View File
@@ -0,0 +1,4 @@
= HTML First
https://html-first.com/
> Principles to make building web software easier, faster and more inclusive.
-16
View File
@@ -1,16 +0,0 @@
= banging errors in go
https://flak.tedunangst.com/post/bango
Tedu wrote a tool that lets you handle errors in Go like this:
```
func decomp(filename string) ([]byte, error) {
fd := ^os.Open(filename)
defer fd.Close()
zd := ^gzip.NewReader(fd)
data := ^io.ReadAll(zd)
return data, nil
}
```
Funky!