From 0cf2e5ef1f182b63beaf51e71f6b2e6c1c1817e6 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 8 Jan 2023 12:46:56 +0100 Subject: [PATCH] Next video: talk about error management. --- zig-impl/next-video.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zig-impl/next-video.md b/zig-impl/next-video.md index e58babb..9a05c88 100644 --- a/zig-impl/next-video.md +++ b/zig-impl/next-video.md @@ -30,3 +30,7 @@ ACCESS_LOGS ?= ./access.log servedoc: darkhttpd docs/ --addr 127.0.0.1 --port 35000 --log $(ACCESS_LOGS) + +# Errors + +Double returning type => no need for specific return structures.