mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
16 lines
267 B
CUE
Executable File
Generated
16 lines
267 B
CUE
Executable File
Generated
package go
|
|
|
|
import (
|
|
"dagger.io/dagger"
|
|
"universe.dagger.io/go"
|
|
)
|
|
|
|
dagger.#Plan & {
|
|
client: filesystem: "./data/hello": read: contents: dagger.#FS
|
|
|
|
actions: test: go.#Test & {
|
|
source: client.filesystem."./data/hello".read.contents
|
|
package: "./greeting"
|
|
}
|
|
}
|