mirror of
https://github.com/containers/image.git
synced 2025-04-18 19:44:05 +03:00
9 lines
156 B
Go
9 lines
156 B
Go
//go:build containers_image_ostree && linux
|
|
|
|
package alltransports
|
|
|
|
import (
|
|
// Register the ostree transport
|
|
_ "github.com/containers/image/v5/ostree"
|
|
)
|