ucl/repl/docs.go

7 lines
68 B
Go
Raw Normal View History

2024-12-11 09:47:05 +00:00
package repl
type Doc struct {
Brief string
Detailed string
}