Next video: talk about error management.

master
Philippe Pittoli 2023-01-08 12:46:56 +01:00
parent 978676051a
commit 0cf2e5ef1f
1 changed files with 4 additions and 0 deletions

View File

@ -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.