This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/exec/undefined/with_pkg_optional/main.cue
Andrea Luzzardi 3ab0563e80 cue module is now dagger.io
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-02-17 13:21:41 -08:00

15 lines
121 B
CUE

package testing
import (
"dagger.io/optional"
)
#dagger: {
compute: [
{
do: "load",
from: optional
},
]
}