This commit is contained in:
2023-04-06 20:46:57 +02:00
parent b98dfdf210
commit e466635a1c
3 changed files with 79 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
}