feat: with shuttletask; format

This commit is contained in:
2023-04-06 21:59:09 +02:00
commit ee922175c1
6 changed files with 259 additions and 0 deletions

7
shuttletask/build.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "context"
func Build(ctx context.Context) error {
return nil
}