Started working on a REPL helper
This commit is contained in:
parent
fdbaf1c8cc
commit
5b4e45ff80
5 changed files with 110 additions and 2 deletions
6
repl/docs.go
Normal file
6
repl/docs.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package repl
|
||||
|
||||
type Doc struct {
|
||||
Brief string
|
||||
Detailed string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue