package src import ( "context" "io" ) func Main(ctx context.Context) error { return io.EOF }