A toy webserver with variable expansion based on connecting client

This commit is contained in:
2026-04-03 14:46:04 +02:00
commit 07d33913ca
9 changed files with 1180 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module clab-webserver
go 1.24
require gopkg.in/yaml.v3 v3.0.1