feat: with initial

This commit is contained in:
2023-04-06 16:52:06 +02:00
commit b98dfdf210
5 changed files with 18 additions and 0 deletions

9
shuttletask/init.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import "context"
func Init(ctx context.Context) error {
println("init")
return nil
}