Add package documentation comments

This commit is contained in:
lash
2023-04-13 09:56:31 +01:00
parent 12ff703bc9
commit 5e8cacd7bc
9 changed files with 18 additions and 0 deletions

2
dev/interactive/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Executable interactive runs the Engine execution loop against interactive client input in the terminal.
package main