shad-go/foolsday3/lambda.go

10 lines
119 B
Go
Raw Normal View History

2021-03-31 19:15:03 +00:00
// +build !solution
package foolsday3
import "context"
func lambda(ctx context.Context) interface{} {
return nil
}