add build string method
This commit is contained in:
@@ -7,6 +7,8 @@ type Build interface {
|
|||||||
Package(*Source) (*Package, error)
|
Package(*Source) (*Package, error)
|
||||||
// Remove removes the package
|
// Remove removes the package
|
||||||
Remove(*Package) error
|
Remove(*Package) error
|
||||||
|
// Implementation of build
|
||||||
|
String() string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Source is the source of a build
|
// Source is the source of a build
|
||||||
|
|||||||
Reference in New Issue
Block a user