diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-06 23:56:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-06 23:56:32 +0300 |
| commit | 62ff4e782bc057d277a7c41fa35a665e2aeca045 (patch) | |
| tree | 5ca14104e68a9815f20ae6802c78341c6dc94371 /api/api.go | |
| parent | 5600bedb927e291e2e78e6140de256e1a1d4475c (diff) | |
initial package management
Diffstat (limited to 'api/api.go')
| -rw-r--r-- | api/api.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,3 +36,7 @@ func Link(path string, opts ...options.Option) Resource { func NoLink(path string, opts ...options.Option) Resource { return link.Absent(path, opts...) } + +// func Package(name string, ...options.Options) Resource { +// return pkg.Present(name, opts...) +// } |
