package stdlib
import (
"go/doc/comment"
"reflect"
)
func init() {
Symbols ["go/doc/comment/comment" ] = map [string ]reflect .Value {
"DefaultLookupPackage" : reflect .ValueOf (comment .DefaultLookupPackage ),
"Block" : reflect .ValueOf ((*comment .Block )(nil )),
"Code" : reflect .ValueOf ((*comment .Code )(nil )),
"Doc" : reflect .ValueOf ((*comment .Doc )(nil )),
"DocLink" : reflect .ValueOf ((*comment .DocLink )(nil )),
"Heading" : reflect .ValueOf ((*comment .Heading )(nil )),
"Italic" : reflect .ValueOf ((*comment .Italic )(nil )),
"Link" : reflect .ValueOf ((*comment .Link )(nil )),
"LinkDef" : reflect .ValueOf ((*comment .LinkDef )(nil )),
"List" : reflect .ValueOf ((*comment .List )(nil )),
"ListItem" : reflect .ValueOf ((*comment .ListItem )(nil )),
"Paragraph" : reflect .ValueOf ((*comment .Paragraph )(nil )),
"Parser" : reflect .ValueOf ((*comment .Parser )(nil )),
"Plain" : reflect .ValueOf ((*comment .Plain )(nil )),
"Printer" : reflect .ValueOf ((*comment .Printer )(nil )),
"Text" : reflect .ValueOf ((*comment .Text )(nil )),
"_Block" : reflect .ValueOf ((*_go_doc_comment_Block )(nil )),
"_Text" : reflect .ValueOf ((*_go_doc_comment_Text )(nil )),
}
}
type _go_doc_comment_Block struct {
IValue interface {}
}
type _go_doc_comment_Text struct {
IValue interface {}
}
The pages are generated with Golds v0.8.4 . (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds .