dagger-helm/shuttletask/build.go

8 lines
86 B
Go
Raw Normal View History

2023-04-06 21:59:09 +02:00
package main
import "context"
func Build(ctx context.Context) error {
return nil
}