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/pkg/universe.dagger.io/docker/test/testdata/main.go

8 lines
71 B
Go
Raw Normal View History

package main
import "fmt"
func main() {
fmt.Printf("hello world")
}