package stdlib
import (
"debug/plan9obj"
"go/constant"
"go/token"
"reflect"
)
func init() {
Symbols ["debug/plan9obj/plan9obj" ] = map [string ]reflect .Value {
"ErrNoSymbols" : reflect .ValueOf (&plan9obj .ErrNoSymbols ).Elem (),
"Magic386" : reflect .ValueOf (constant .MakeFromLiteral ("491" , token .INT , 0 )),
"Magic64" : reflect .ValueOf (constant .MakeFromLiteral ("32768" , token .INT , 0 )),
"MagicAMD64" : reflect .ValueOf (constant .MakeFromLiteral ("35479" , token .INT , 0 )),
"MagicARM" : reflect .ValueOf (constant .MakeFromLiteral ("1607" , token .INT , 0 )),
"NewFile" : reflect .ValueOf (plan9obj .NewFile ),
"Open" : reflect .ValueOf (plan9obj .Open ),
"File" : reflect .ValueOf ((*plan9obj .File )(nil )),
"FileHeader" : reflect .ValueOf ((*plan9obj .FileHeader )(nil )),
"Section" : reflect .ValueOf ((*plan9obj .Section )(nil )),
"SectionHeader" : reflect .ValueOf ((*plan9obj .SectionHeader )(nil )),
"Sym" : reflect .ValueOf ((*plan9obj .Sym )(nil )),
}
}
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 .