package main import "context" func Init(ctx context.Context) error { println("init") return nil }