clank-shuttle-infrastructur.../shuttletask/build.go

8 lines
86 B
Go
Raw Permalink Normal View History

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