aboutsummaryrefslogtreecommitdiff
path: root/go/typdown_test.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-05-02 16:54:10 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-05-02 16:54:10 +0200
commit8b9d03450d95e45057eb510a9760175cfc44dd35 (patch)
tree3826dae95504193b4c0699f6019ddd88cbba4757 /go/typdown_test.go
parent5556e46cc453c024defa833b964648465ddc9e39 (diff)
feat(go): update errors
Diffstat (limited to 'go/typdown_test.go')
-rw-r--r--go/typdown_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/typdown_test.go b/go/typdown_test.go
index 974f661..9584709 100644
--- a/go/typdown_test.go
+++ b/go/typdown_test.go
@@ -7,7 +7,7 @@ func TestParse(t *testing.T) {
if err != nil {
t.Fatal(err)
}
- defer res.Deinit()
+ defer res.Close()
got, err := res.RenderHTML()
if err != nil {
t.Fatal(err)