Documentation ¶
Index ¶
- Variables
- func Deps(src *Src, pkg *Pkg)
- func LoadHtmlDoc(path string, all bool) ([]byte, error)
- func Scan(p *Pkg) error
- type Code
- type Detail
- type File
- type Import
- type Info
- type Pkg
- type PkgFlag
- type Report
- type Result
- type Src
- func (s *Src) AllReports() []*Report
- func (s *Src) Filter(r *ws.Res) bool
- func (s *Src) Find(path string) *Pkg
- func (s *Src) Handle(op ws.Op, r *ws.Res)
- func (s *Src) Init()
- func (s *Src) Pkg(id ws.Id) *Pkg
- func (s *Src) Run()
- func (s *Src) SignalReports(f func(*Report))
- func (s *Src) WorkOn(path string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var FlagGo uint64 = 1 << 16
Functions ¶
Types ¶
type Detail ¶
type Result ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.