mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 22:43:25 +00:00
Also fix cdrom provider use of the new diskfs Signed-off-by: Itxaka <itxaka@spectrocloud.com> Signed-off-by: Itxaka <itxaka@spectrocloud.com> Co-authored-by: Itxaka <itxaka@spectrocloud.com>
7 lines
119 B
Go
Vendored
7 lines
119 B
Go
Vendored
package util
|
|
|
|
const (
|
|
// AppNameVersion name and URL to app
|
|
AppNameVersion = "https://github.com/diskfs/go-diskfs"
|
|
)
|