added a cmd to see all files and directorys flagged as config
This commit is contained in:
14
pkg/dependency_solve/resolve.go
Normal file
14
pkg/dependency_solve/resolve.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package dependencysolve
|
||||
|
||||
import "github.com/roboogg133/packets/pkg/packet.lua.d"
|
||||
|
||||
type InstallInstruction struct {
|
||||
Build []string
|
||||
Install []string
|
||||
Conflict []string
|
||||
}
|
||||
|
||||
func ResolveDependencies(dependencies packet.PkgDependencies) InstallInstruction {
|
||||
// Implementation goes here
|
||||
return InstallInstruction{}
|
||||
}
|
||||
Reference in New Issue
Block a user