Why Nostr? What is Njump?
2024-09-20 06:19:30

mattn on Nostr: Go の場合 f, err := os.Create("file") if err != nil { return err } defer f.Close() ...

Go の場合

f, err := os.Create("file")
if err != nil {
return err
}
defer f.Close()

というイディオムを覚えてしまうので、Close の書き忘れが無いんですよね。(Go の宣伝ではない)

あと Go の *os.File は GC で Close される。
Author Public Key
npub1937vv2nf06360qn9y8el6d8sevnndy7tuh5nzre4gj05xc32tnwqauhaj6