Started working on a REPL helper

This commit is contained in:
Leon Mika 2024-12-11 20:47:05 +11:00
parent fdbaf1c8cc
commit 5b4e45ff80
5 changed files with 110 additions and 2 deletions

6
repl/docs.go Normal file
View file

@ -0,0 +1,6 @@
package repl
type Doc struct {
Brief string
Detailed string
}