Docs: remove examples not listed in README

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2021-05-25 23:16:41 +00:00 committed by Solomon Hykes
parent 815ea4c704
commit d8b4181926
3 changed files with 0 additions and 21 deletions

View File

@ -1,14 +0,0 @@
package main
import (
"dagger.io/dagger"
"dagger.io/docker"
)
// Container source code (must include a Dockerfile)
source: dagger.#Artifact
// Container image
image: docker.#Build & {
"source": source
}

View File

@ -1,4 +0,0 @@
package main
name: string | *"world"
message: "Hello, \(name)!"

View File

@ -1,3 +0,0 @@
package main
hello: "world"