shad-go/foolsday3/lambda.go
2021-03-31 22:15:03 +03:00

9 lines
119 B
Go

// +build !solution
package foolsday3
import "context"
func lambda(ctx context.Context) interface{} {
return nil
}