Documentation
¶
Overview ¶
パッケージビルド関連
パッケージメタ情報関連
Package型とその操作
Index ¶
- Variables
- type Package
- func (p *Package) Build(target *builder.Target, dest string) error
- func (p *Package) GetPkgFileNames() ([]string, error)
- func (p *Package) MustPKGINFO() *raiou.PKGINFO
- func (p *Package) Names() []string
- func (p *Package) PKGINFO() (*raiou.PKGINFO, error)
- func (p *Package) SRCINFO() (*raiou.SRCINFO, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSRCINFONotFound = fmt.Errorf(".SRCINFO not found")
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct {
// contains filtered or unexported fields
}
func GetPkgFromBin ¶
GetPkgFromBinは、指定されたパスからパッケージを取得します。
func GetPkgFromBinFile ¶
func GetPkgFromSrc ¶
func (*Package) GetPkgFileNames ¶
func (*Package) MustPKGINFO ¶
Click to show internal directories.
Click to hide internal directories.